Skip to main content

IThreadSafeField.SortMode Property

Gets how data is sorted when sorting is applied to the field.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll

#Declaration

FieldSortMode SortMode { get; }

#Property Value

Type Description
FieldSortMode

A FieldSortMode enumeration member that specifies how data is sorted when sorting is applied to the field.

#Remarks

This property returns the PivotGridField.SortMode property value.

See Also