Skip to main content

TdxListColumn.SortOrder Property

Specifies the item sort order in the column.

Declaration

property SortOrder: TdxSortOrder read; write; default soNone;

Property Value

Type Default Description
TdxSortOrder soNone

An item sort order.

Remarks

Refer to the TdxSortOrder type description for information on available options.

Refer to the TdxListViewColumnClickEvent and TdxListViewCompareEvent type descriptions for examples on how to use the SortOrder property.

See Also