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

TcxPivotGridOLAPField.SortMode Property

Specifies how field values are sorted.

#Declaration

Delphi
property SortMode: TcxPivotGridOLAPFieldSortMode read; write; default osmValue;

#Property Value

Type Default
TcxPivotGridOLAPFieldSortMode osmValue

#Remarks

Refer to the TcxPivotGridOLAPFieldSortMode type description to learn about available property values.

Note

The SortMode property is in effect only for dimensions and only if the Sorting property is set to True. If the SortMode property is set to a value other than osmNone, the field’s sort order cannot be changed.

The default value of the SortMode property is osmValue.

See Also