Back to Devexpress

PivotGridOptionsViewBase.ShowDataHeaders Property

corelibraries-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsviewbase-cf8dd74c.md

latest1.7 KB
Original Source

PivotGridOptionsViewBase.ShowDataHeaders Property

Gets or sets whether data 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 ShowDataHeaders { get; set; }
vb
<DefaultValue(True)>
Public Property ShowDataHeaders As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to display the data header area; otherwise, false.

|

See Also

ShowColumnHeaders

ShowFilterHeaders

ShowRowHeaders

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace