Skip to main content

PivotGridFieldBase.ShowSortButton Property

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

Namespace: DevExpress.XtraPivotGrid

Assembly: DevExpress.PivotGrid.v24.1.Core.dll

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

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