Back to Devexpress

TcxGridTableOptionsCustomize.ColumnGrouping Property

vcl-cxgridtableview-dot-tcxgridtableoptionscustomize-3688b9b0.md

latest1.4 KB
Original Source

TcxGridTableOptionsCustomize.ColumnGrouping Property

Determines whether the View’s records can be grouped according to column values.

Declaration

delphi
property ColumnGrouping: Boolean read; write; default True;

Property Value

TypeDefault
BooleanTrue

Remarks

Use the ColumnGrouping property to determine whether View records can be grouped according to column values. The View’s grouping feature can also be disabled by setting the ColumnMoving property to False.

The default value of the ColumnGrouping property is True.

See Also

TcxCustomGridTableItem.GroupIndex

TcxCustomGridTableItemOptions.Grouping

TcxGridTableOptionsCustomize.ColumnHidingOnGrouping

TcxGridTableOptionsCustomize.ColumnMoving

TcxGridTableOptionsCustomize Class

TcxGridTableOptionsCustomize Members

cxGridTableView Unit