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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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.