Skip to main content

TcxCustomTreeList.SortedColumns Property

Provides indexed access to sorted columns.

Declaration

property SortedColumns[Index: Integer]: TcxTreeListColumn read;

Property Value

Type
TcxTreeListColumn

Remarks

The SortedColumns collection stores columns whose SortOrder property is other than soNone.

The order of columns in the collection defines the sorting hierarchy in the View.

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