Back to Devexpress

PivotGridOptionsViewBase.ShowRowHeaders Property

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

latest1.7 KB
Original Source

PivotGridOptionsViewBase.ShowRowHeaders Property

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

ShowDataHeaders

ShowColumnHeaders

ShowFilterHeaders

PivotGridOptionsViewBase Class

PivotGridOptionsViewBase Members

DevExpress.XtraPivotGrid Namespace