Skip to main content

TcxCustomGridTableView.GroupedItemCount Property

Returns the number of grouping items within the current View.

Declaration

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