Skip to main content

TcxDataControllerGroups.FieldGroupIndex Property

Returns the data group index by the field containing values of the mapped item that the data is grouped by.

Declaration

property FieldGroupIndex[AField: TcxCustomDataField]: Integer read;

Property Value

Type
Integer

Remarks

Each data group can be determined in a number of different ways. For example, you can find a specific data group by a row (see the DataGroupIndexByRowIndex property) or by an item (see the ItemGroupIndex property) that this data group contains.

The FieldGroupIndex property allows you to find out which data group corresponds to the AField field that the data is grouped by.

See Also