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

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:

Value Meaning
osmValue Values are sorted by the order of magnitude.
osmDisplayText Values are sorted by their string representations generated by the server.
osmKey Values are sorted by key attributes.
osmID Values are sorted by a level member’s ID.
osmNone Sorting 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