groupId property

String? groupId
final

Optional id of the visual column group this column belongs to.

When set, the value must match a unique FdcGridColumnGroup.id on the owning grid. Group membership is column-based, not field-name-based, so duplicate field-bound columns can belong to different groups.

Implementation

final String? groupId;