Skip to main content

TcxCustomGridTableView.GroupedItems Property

Provides zero-based indexed access to the View’s grouping items.

Declaration

property GroupedItems[Index: Integer]: TcxCustomGridTableItem read;

Property Value

Type
TcxCustomGridTableItem

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