Skip to main content

TdxSortOrder Enum

Enumerates sort order options.

Declaration

TdxSortOrder = (
    soNone,
    soAscending,
    soDescending
);

Members

Name Description
soNone

Items retain their positions.

soAscending

Items are sorted in ascending order.

soDescending

Items are sorted in descending order.

Remarks

Sort order options allow you to sort items in ascending or descending order.

Direct TdxSortOrder Type References

The following public API members reference the TdxSortOrder type:

TdxListColumn.SortOrder
Specifies the item sort order in the column.
TdxChartCustomSeries.SortOrder
Specifies the sort order for the series.
TdxSpreadSheetReportDesignerDataField.SortOrder
Specifies the sort order applied to the stored data field.
TdxSpreadSheetReportSortedField.SortOrder
Specifies the sort order applied to a field obtained from a bound dataset.

Indirect TdxSortOrder Type References

TcxDataSortOrder Alias

The following public API members reference the TdxSortOrder type through the TcxDataSortOrder alias:

TcxGridChartCategories.SortOrder
Specifies the order in which the values of the default categories are sorted.
TcxGridChartDataGroup.SortOrder
Specifies the order in which the data group’s categories are displayed once this group becomes active.
TcxGridChartItem.SortOrder
Specifies the order in which to display chart item values.
TcxLookupGridColumn.SortOrder
Specifies the sort order for a column.
TcxTreeListColumn.SortOrder
Specifies the sort order of the column’s values.
TcxPivotGridField.SortOrder
Specifies the field‘s sort order.

TcxGridSortOrder Alias

The following public API member references the TdxSortOrder type through the TcxGridSortOrder alias:

TcxCustomGridTableItem.SortOrder
Specifies the sort order of the data item.

TcxHeaderSortOrder Alias

The following public API member references the TcxSortOrder type through the TcxHeaderSortOrder alias:

TcxHeaderSection.SortOrder
Specifies section sort order.
See Also