TcxDataControllerGroups.GroupingItemIndex Property
Returns the grouping item position within a collection of all items.
Declaration
property GroupingItemIndex[Index: Integer]: Integer read;
Property Value
Type |
---|
Integer |
Remarks
Index identifies the group index. It addresses a grouping item and can vary from 0 to (GroupingItemCount - 1). GroupingItemIndex returns the grouping item position within the collection of all items to which it belongs.
If grid data is displayed by using the grid view, the Index parameter specifies the value of the GroupIndex property. GroupingItemIndex returns the Index property value of the corresponding column.
See Also