Back to Devexpress

TcxGridTableView.GroupedColumns Property

vcl-cxgridtableview-dot-tcxgridtableview-6a38adba.md

latest1.4 KB
Original Source

TcxGridTableView.GroupedColumns Property

Indexed access to the group columns of the Table View.

Declaration

delphi
property GroupedColumns[Index: Integer]: TcxGridColumn read;

Property Value

Type
TcxGridColumn

Remarks

Use the GroupedColumns property to gain access to the collection of the group items within the Table View.

To group a Table View by a specific column values programmatically set the Column.GroupIndex to any value, greater than -1 , the higher the index the deeper the grouping level. To group by a column at run time drag and drop it into the group panel.

See Also

TcxCustomDataController.Groups

TcxCustomGridTableItem.GroupIndex

TcxGridTableOptionsCustomize.ColumnGrouping

TcxGridTableOptionsView.GroupByBox

TcxGridTableView.GroupedColumnCount

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit