Skip to main content

TcxDataControllerGroups.GroupValues Property

Returns the persistent field’s value that uniquely identifies the ADataGroupIndex group row.

Declaration

property GroupValues[ADataGroupIndex: TcxDataGroupIndex]: Variant read;

Property Value

Type
Variant

Remarks

If the data is hierarchically grouped by items in the grid view, data rows are consolidated into hierarchical data groups headed by group rows.

The GroupValues property searches the value in the field mapped to the grouping item. The search criterion is the group row that this value corresponds to.

ADataGroupIndex specifies the index of the group row in the view.

See Also