Skip to main content
Tag

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

NuGet Package: DevExpress.Wpf.PivotGrid

Declaration

public bool? AllowSortBySummary { get; set; }

Property Value

Type Description
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.

pivotgrid_sortbysummary

See Also