wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-b369f135.md
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
public bool? AllowSortBySummary { get; set; }
Public Property AllowSortBySummary As Boolean?
| Type | Description |
|---|---|
| Nullable<Boolean> |
true if end-users can sort the current row/column field values by other column/row summary values; otherwise, false.
|
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