Back to Devexpress

TcxPivotGridOLAPField.SortMode Property

vcl-cxcustompivotgrid-dot-tcxpivotgridolapfield-55c298ca.md

latest1.2 KB
Original Source

TcxPivotGridOLAPField.SortMode Property

Specifies how field values are sorted.

Declaration

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

Property Value

TypeDefault
TcxPivotGridOLAPFieldSortModeosmValue

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

TcxPivotGridOLAPField Class

TcxPivotGridOLAPField Members

cxCustomPivotGrid Unit