Back to Devexpress

PivotGridControl.SortBySummaryDefaultOrder Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-f9a31083.md

latest2.7 KB
Original Source

PivotGridControl.SortBySummaryDefaultOrder Property

Gets or sets 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 FieldSortBySummaryOrder SortBySummaryDefaultOrder { get; set; }
vb
Public Property SortBySummaryDefaultOrder As FieldSortBySummaryOrder

Property Value

TypeDescription
FieldSortBySummaryOrder

A FieldSortBySummaryOrder enumeration member that specifies the sort order applied to a field when sorting by summaries is enabled for it.

|

Available values:

NameDescription
Ascending

Field values are sorted in ascending order.

| | Descending |

Field values are sorted in descending order.

| | Default |

The sort order is not changed.

|

Remarks

The field sort order is specified by the PivotGridField.SortOrder property. If the SortBySummaryDefaultOrder property is set to FieldSortBySummaryOrder.Default, sorting by summaries does not change the PivotGridField.SortOrder property value. Otherwise, if the SortBySummaryDefaultOrder property is set to either FieldSortBySummaryOrder.Ascending or FieldSortBySummaryOrder.Descending, the PivotGridField.SortOrder property will be set to FieldSortOrder.Ascending or FieldSortOrder.Descending (respectively) when sorting by summaries is enabled.

To learn more, see Sorting by Summary.

See Also

SortOrder

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace