Back to Devexpress

IThreadSafeField.SortOrder Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-ithreadsafefield-b72f1961.md

latest1.4 KB
Original Source

IThreadSafeField.SortOrder Property

Gets the field sort order.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
FieldSortOrder SortOrder { get; }
vb
ReadOnly Property SortOrder As FieldSortOrder

Property Value

TypeDescription
FieldSortOrder

A FieldSortOrder enumeration member that specifies the field sort order.

|

Available values:

NameDescription
Ascending

Sorts the field in ascending order.

| | Descending |

Sorts the field in descending order.

|

Remarks

This property returns the PivotGridField.SortOrder property value.

See Also

SortOrder

IThreadSafeField Interface

IThreadSafeField Members

DevExpress.Xpf.PivotGrid Namespace