Back to Devexpress

TcxCustomGridTableView.GroupedItems Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-101539b8.md

latest1.4 KB
Original Source

TcxCustomGridTableView.GroupedItems Property

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

Declaration

delphi
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

TcxCustomDataController.Groups

TcxCustomGridTableItem.GroupIndex

TcxCustomGridTableView.GroupedItemCount

TcxCustomGridTableView.Items

TcxCustomGridTableView.SortedItems

TcxCustomGridTableView.VisibleItems

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit