Back to Devexpress

PivotSortBySummaryOrder Enum

corelibraries-devexpress-dot-xtrapivotgrid-43945ce3.md

latest1.7 KB
Original Source

PivotSortBySummaryOrder Enum

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

Namespace : DevExpress.XtraPivotGrid

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

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[ResourceFinder(typeof(ResFinder), "PropertyNamesRes")]
public enum PivotSortBySummaryOrder
vb
<ResourceFinder(GetType(ResFinder), "PropertyNamesRes")>
Public Enum PivotSortBySummaryOrder

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 PivotSortBySummaryOrder values:

Remarks

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

See Also

DevExpress.XtraPivotGrid Namespace