Skip to main content

TcxHeaderSection.SortOrder Property

Specifies section sort order.

Declaration

property SortOrder: TcxHeaderSortOrder read; write; default soNone;

Property Value

Type Default Description
TcxHeaderSortOrder soNone

The section sort order.

Remarks

Set the SortOrder property to soAscending or soDescending to sort data in ascending or descending order if the AllowSort property is set to True.

Custom Sort Algorithms

You can handle the OnSectionChangingSortOrder or OnSectionChangedSortOrder event to implement a custom sort algorithm.

Default Value

The SortOrder property’s default value is soNone.

See Also