Back to Devexpress

TcxCustomTreeList.SortedColumns Property

vcl-cxtl-dot-tcxcustomtreelist-cc63685f.md

latest1009 B
Original Source

TcxCustomTreeList.SortedColumns Property

Provides indexed access to sorted columns.

Declaration

delphi
property SortedColumns[Index: Integer]: TcxTreeListColumn read;

Property Value

TypeDescription
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

TcxTreeListOptionsBehavior.MultiSort Property

TcxCustomTreeList Class

TcxCustomTreeList Members

cxTL Unit