TcxPivotGridOLAPField.SortMode Property
Specifies how field values are sorted.
Declaration
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