Skip to main content

TcxCustomGridTableView.SortedItemCount Property

Returns the total number of sorted items within the current View.

Declaration

property SortedItemCount: Integer read;

Property Value

Type
Integer

Remarks

Use the SortedItemCount property to obtain the total number of sorted items within the current View. A user can access all sorted items within a View via the SortedItems property. The sort order for an item is defined via the Item.SortOrder property’s value. The SortedItemCount property returns the number of items whose SortOrder property value is not soNone.

See Also