Back to Devexpress

FieldSortBySummaryOrder Enum

wpf-devexpress-dot-xpf-dot-pivotgrid-c6a4d4ca.md

latest1.4 KB
Original Source

FieldSortBySummaryOrder Enum

Lists values that specify the sort order applied to a field when sorting by summaries is enabled for it.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public enum FieldSortBySummaryOrder
vb
Public Enum FieldSortBySummaryOrder

Members

NameDescription
Ascending

Field values are sorted in ascending order.

| | Descending |

Field values are sorted in descending order.

| | Default |

The sort order is not changed.

|

The following properties accept/return FieldSortBySummaryOrder values:

Remarks

Values listed by this enumeration are used to set the PivotGridControl.SortBySummaryDefaultOrder property.

See Also

DevExpress.Xpf.PivotGrid Namespace