TcxCustomTreeList.SortedColumnCount Property
Returns the number of sorted columns.
Declaration
property SortedColumnCount: Integer read;
Property Value
Type | Description |
---|---|
Integer | The number of sorted columns. |
Remarks
For indexed access to sorted columns, use the SortedColumns property.
To determine whether columns are sorted, use the Sorted property.
See Also