Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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