Back to Devexpress

PivotGridControl.IsHeaderAreaMenuEnabled Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-812bb20d.md

latest1.5 KB
Original Source

PivotGridControl.IsHeaderAreaMenuEnabled Property

Gets or sets whether the header area context menu is shown when an end-user right-clicks a header area. This is a dependency property.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

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

Property Value

TypeDescription
Boolean

true to enable the header area context menu; otherwise, false.

|

Remarks

To learn more, see Header Area Context Menu.

See Also

Header Area Context Menu

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace