Back to Devexpress

PivotGridControl.AllowSortBySummary Property

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

latest2.1 KB
Original Source

PivotGridControl.AllowSortBySummary Property

Gets or sets whether end-users can sort the row/column field values by other column/row summary values. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool AllowSortBySummary { get; set; }
vb
Public Property AllowSortBySummary As Boolean

Property Value

TypeDescription
Boolean

true if end-users can sort field values by other field values; otherwise, false.

|

Remarks

The AllowSortBySummary property is in effect for those fields whose PivotGridField.AllowSortBySummary property is set to null. If the AllowSortBySummary property is set to true , end-users can sort values of row fields or column fields by other columns/rows via a context menu. The context menu is available when right-clicking an innermost column or row header.

To learn more, see Sorting by Summary.

See Also

AllowSortBySummary

Sorting by Summary

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace