Back to Devexpress

PivotGridControl.ShowColumnHeaders Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-8806ec8a.md

latest1.2 KB
Original Source

PivotGridControl.ShowColumnHeaders Property

Gets or sets whether column headers are displayed.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool ShowColumnHeaders { get; set; }
vb
Public Property ShowColumnHeaders As Boolean

Property Value

TypeDescription
Boolean

true to display the Column Header Area; otherwise, false.

|

See Also

ShowRowHeaders

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace