Back to Devexpress

PivotGridField.CanSortBySummary Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridfield-95c4b301.md

latest1.5 KB
Original Source

PivotGridField.CanSortBySummary Property

Gets whether the current field’s values can be sorted by values in other columns/rows.

Namespace : DevExpress.Xpf.PivotGrid

Assembly : DevExpress.Xpf.PivotGrid.v25.2.dll

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

true if the current field’s values can be sorted by values in other columns/rows; otherwise, false.

|

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code. See PivotGridField.AllowSortBySummary topic, to learn about sorting.

See Also

AllowSortBySummary

PivotGridField Class

PivotGridField Members

DevExpress.Xpf.PivotGrid Namespace