Back to Devexpress

TcxCustomTreeList.SortedColumnCount Property

vcl-cxtl-dot-tcxcustomtreelist-600d16c8.md

latest827 B
Original Source

TcxCustomTreeList.SortedColumnCount Property

Returns the number of sorted columns.

Declaration

delphi
property SortedColumnCount: Integer read;

Property Value

TypeDescription
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

TcxCustomTreeList.Sorted Property

TcxCustomTreeList Class

TcxCustomTreeList Members

cxTL Unit