Back to Devexpress

TdxSortOrder Enum

vcl-dxcore-5fa1df52.md

latest3.1 KB
Original Source

TdxSortOrder Enum

Enumerates sort order options.

Declaration

delphi
TdxSortOrder = (
    soNone,
    soAscending,
    soDescending
);

Members

NameDescription
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.SortOrderSpecifies the item sort order in the column.TdxChartCustomSeries.SortOrderSpecifies the sort order for the series.TdxSpreadSheetReportDesignerDataField.SortOrderSpecifies the sort order applied to the stored data field.TdxSpreadSheetReportSortedField.SortOrderSpecifies 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.SortOrderSpecifies the order in which the values of the default categories are sorted.TcxGridChartDataGroup.SortOrderSpecifies the order in which the data group’s categories are displayed once this group becomes active.TcxGridChartItem.SortOrderSpecifies the order in which to display chart item values.TcxLookupGridColumn.SortOrderSpecifies the sort order for a column.TcxTreeListColumn.SortOrderSpecifies the sort order of the column’s values.TcxPivotGridField.SortOrderSpecifies the field‘s sort order.

TcxGridSortOrder Alias

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

TcxCustomGridTableItem.SortOrderSpecifies the sort order of the data item.

TcxHeaderSortOrder Alias

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

TcxHeaderSection.SortOrderSpecifies section sort order. See Also

dxCore Unit