TcxCustomTreeList.SortedColumns Property
Provides indexed access to sorted columns.
Declaration
property SortedColumns[Index: Integer]: TcxTreeListColumn read;
Property Value
Type | Description |
---|---|
TcxTreeListColumn | A sorted Tree List column. |
Remarks
The SortedColumns
collection stores columns whose SortOrder property value differs from soNone
.
To obtain the total number of items in the collection, use the SortedColumnCount property.
To determine whether columns are sorted, use the Sorted property.
See Also