Skip to main content

TcxCustomGridTableView.SortedItems Property

Provides indexed access to the sorted items within a View.

Declaration

property SortedItems[Index: Integer]: TcxCustomGridTableItem read;

Property Value

Type
TcxCustomGridTableItem

Remarks

Use the SortedItems property to gain indexed access to sorted items within a View. The item sort order is defined via the Item.SortOrder property’s value. Set this property to a value other than soNone to enable sorting by that item’s values (in this case the SortedItemCount property value increases by 1). If the SortOrder property value of a sorted item changes to soNone, the item is removed from the sorted items list and the SortedItemCount property value decreases by 1.

See Also