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

PivotGridFieldBase.ShowSortButton Property

Gets whether the Sort Button is visible in the current field’s header.

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v19.2.Core.dll

Declaration

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

Property Value

Type Description
Boolean

true if the Sort Button is visible for the current field; otherwise, false.

See Also