Back to Devexpress

PivotGridOptionsViewBase.ShowFilterHeaders Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-1be1374c.md

latest1.7 KB
Original Source

PivotGridOptionsViewBase.ShowFilterHeaders Property

Gets or sets whether filter headers are displayed.

Namespace : DevExpress.XtraPivotGrid

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

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

Declaration

csharp
[DefaultValue(true)]
public bool ShowFilterHeaders { get; set; }
vb
<DefaultValue(True)>
Public Property ShowFilterHeaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the filter area; otherwise, false.

|

See Also

ShowDataHeaders

ShowColumnHeaders

ShowRowHeaders

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace