Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public enum FieldSortBySummaryOrder

Members

Name Description
Ascending

Field values are sorted in ascending order.

Descending

Field values are sorted in descending order.

Default

The sort order is not changed.

Related API Members

The following properties accept/return FieldSortBySummaryOrder values:

Remarks

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

See Also