TcxCustomGridTableView.GroupedItems Property
In This Article
Provides zero-based indexed access to the View’s grouping items.
#Declaration
Delphi
property GroupedItems[Index: Integer]: TcxCustomGridTableItem read;
#Property Value
Type |
---|
Tcx |
#Remarks
To add a grouping item programmatically, set the item’s GroupIndex property to a value greater than -1. At runtime, the current View is grouped by specific item’s values.
See Also