Back to Devexpress

TcxGridTableView.GroupedColumnCount Property

vcl-cxgridtableview-dot-tcxgridtableview-204c60d7.md

latest1.1 KB
Original Source

TcxGridTableView.GroupedColumnCount Property

Returns the number of group columns within the Table View.

Declaration

delphi
property GroupedColumnCount: Integer read;

Property Value

Type
Integer

Remarks

The GroupedColumnCount property returns the number of grouped columns within a View. A user can access all group columns within a Table View via the GroupedColumns property.

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

TcxGridTableView.GroupedColumns

TcxGridTableView Class

TcxGridTableView Members

cxGridTableView Unit