Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxHeaderSortOrder Type

Contains sorting modes.

#Declaration

Delphi
TcxHeaderSortOrder = dxCore.TdxSortOrder;

#Referenced Class

Type
TdxSortOrder

#Remarks

The TcxHeaderSortOrder type defines the sorting modes that can be applied to header control sections. Available values are listed below:

Value Meaning Example
soNone No sort order is applied.
soAscending Ascending sort order is enabled.
soDescending Descending sort order is enabled.

Use the SortOrder property to specify the sort mode for a particular header section. Also, you can handle the TcxCustomHeader.OnSectionChangedSortOrder and TcxCustomHeader.OnSectionChangingSortOrder events to implement advanced sorting.

See Also