Back to Devexpress

PivotGridFieldBase.ShowSortButton Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldbase-ae0ffe63.md

latest1.3 KB
Original Source

PivotGridFieldBase.ShowSortButton Property

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

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 ShowSortButton { get; }
vb
<Browsable(False)>
Public Overridable ReadOnly Property ShowSortButton As Boolean

Property Value

TypeDescription
Boolean

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

|

See Also

PivotGridFieldBase Class

PivotGridFieldBase Members

DevExpress.XtraPivotGrid Namespace