Back to Devexpress

PivotGridFieldBase.CanSortBySummary Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-745309bf.md

latest1.8 KB
Original Source

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.v25.2.Core.dll

NuGet Packages : DevExpress.PivotGrid.Core, DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public virtual bool CanSortBySummary { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property CanSortBySummary As Boolean

Property Value

TypeDescription
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

AllowSortBySummary

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace