Back to Devexpress

TcxCustomGridTableView.GroupedItemCount Property

vcl-cxgridcustomtableview-dot-tcxcustomgridtableview-42b7d648.md

latest1.5 KB
Original Source

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

TcxCustomGridTableView.GroupedItemCount

TcxCustomGridTableView.GroupedItems

TcxCustomGridTableView.ItemCount

TcxCustomGridTableView.SortedItemCount

TcxCustomGridTableView Class

TcxCustomGridTableView Members

cxGridCustomTableView Unit