Back to Devexpress

TcxPivotGridOLAPFieldSortMode Enum

vcl-cxcustompivotgrid-31fa1aa5.md

latest1.4 KB
Original Source

TcxPivotGridOLAPFieldSortMode Enum

Enumerates sort options for values displayed by a dimension field in OLAP mode.

Declaration

delphi
TcxPivotGridOLAPFieldSortMode = (
    osmValue,
    osmDisplayText,
    osmKey,
    osmID,
    osmNone
);

Members

Name
osmValue
osmDisplayText
osmKey
osmID
osmNone

Remarks

Values include:

ValueMeaning
osmValueValues are sorted by the order of magnitude.
osmDisplayTextValues are sorted by their string representations generated by the server.
osmKeyValues are sorted by key attributes.
osmIDValues are sorted by a level member’s ID.
osmNoneSorting is disabled. Values are not sorted and are displayed in the order specified by the OLAP data source. Changes to the field SortOrder property are ignored. The sort glyph is not shown in the field header, so end-users cannot change the field sort order by clicking the header.

See Also

TcxPivotGridOLAPField.SortMode

cxCustomPivotGrid Unit