PivotGridFieldBase.CanSortBySummary Property
Gets whether the current field’s values can be sorted by values in other columns/rows.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
Boolean | A Boolean value that specifies whether the current field’s values can be sorted by values in other columns/rows. |
Remarks
This member supports the internal infrastructure and typically there is no need to use it directly from your code. See PivotGridFieldOptions.AllowSortBySummary topic, to learn about sorting.
See Also