Back to Devexpress

FieldSortOrder Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-51fb2d26.md

latest1.5 KB
Original Source

FieldSortOrder Enum

Lists the values that specify the sort order of a pivot grid’s fields.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldSortOrder
vb
Public Enum FieldSortOrder

Members

NameDescription
Ascending

Sorts the field in ascending order.

| | Descending |

Sorts the field in descending order.

|

The following properties accept/return FieldSortOrder values:

Remarks

Values listed by this enumeration are used to set the PivotGridField.SortOrder property.

See Also

SortOrder

DevExpress.Xpf.PivotGrid Namespace