Skip to main content
A newer version of this page is available. .
Tag

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

Declaration

[Browsable(false)]
public virtual bool CanSortBySummary { get; }

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