Back to Devexpress

PivotGridOptionsMenu.EnableHeaderAreaMenu Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsmenu-8442db59.md

latest2.0 KB
Original Source

PivotGridOptionsMenu.EnableHeaderAreaMenu Property

Gets or sets whether end-users can invoke the header area context menu.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if end-users can right-click the header area to invoke its context menu; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableHeaderAreaMenu
PivotGridControl

.OptionsMenu .EnableHeaderAreaMenu

|

See Also

EnableHeaderMenu

EnableFieldValueMenu

PivotGridOptionsMenu Class

PivotGridOptionsMenu Members

DevExpress.XtraPivotGrid Namespace