The tab's new group.
int? get groupId => _wrapped.groupId;
set groupId(int? v) { _wrapped.groupId = v; }