Back to Devexpress

PivotGridField.AllowSortBySummary Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-b369f135.md

latest2.2 KB
Original Source

PivotGridField.AllowSortBySummary Property

Gets or sets whether end-users can sort the current 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
Nullable<Boolean>

true if end-users can sort the current row/column field values by other column/row summary values; otherwise, false.

|

Remarks

The AllowSortBySummary property is applied if the current field is a column field or row field. If the AllowSortBySummary property is set to true and the current field is a column field, end-users can sort the current field’s values by summary values in other rows. If the current field is a row field, end-users can sort the current field’s values by summary values in other columns. For end-users, this type of sorting is available via context menus, invoked when right-clicking an innermost column or row header.

See Also

How to: Sort Data by Grand Totals

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace