Back to Devexpress

TdxSortOptions Type

vcl-dxmdaset-5b7ddbfa.md

latest605 B
Original Source

TdxSortOptions Type

A set of flags that correspond to individual sort operation options in a TdxMemData component.

Declaration

delphi
TdxSortOptions = set of TdxSortOption;

Referenced Class

TypeDescription
TdxSortOption

A flag that corresponds to an individual sort operation option.

|

Remarks

The TdxCustomMemData.SortOptions property references the TdxSortOptions type.

See Also

dxmdaset Unit