TcxPivotGridOLAPField.SortMode Property
In This Article
Specifies how field values are sorted.
#Declaration
Delphi
property SortMode: TcxPivotGridOLAPFieldSortMode read; write; default osmValue;
#Property Value
Type | Default |
---|---|
Tcx |
osm |
#Remarks
Refer to the TcxPivotGridOLAPFieldSortMode type description to learn about available property values.
Note
The Sort
The default value of the SortMode property is osmValue.
See Also