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

TcxCustomGridTableView.GroupedItemCount Property

Returns the number of grouping items within the current View.

#Declaration

Delphi
property GroupedItemCount: Integer read;

#Property Value

Type
Integer

#Remarks

Use the GroupedItemCount property to obtain the number of grouping items within the current View. All grouping items within a View are stored in the GroupedItems collection. Grouping can be performed by end-users and via code. An end-user can group a View by clicking and dragging items to the group panel of the current View. In code, this can be done by setting the Item.GroupIndex property to a value greater than -1.

See Also