Back to Devexpress

PivotGridOptionsMenu.EnableHeaderMenu Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsmenu-de959d18.md

latest2.0 KB
Original Source

PivotGridOptionsMenu.EnableHeaderMenu Property

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

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EnableHeaderMenu
PivotGridControl

.OptionsMenu .EnableHeaderMenu

|

See Also

EnableHeaderAreaMenu

EnableFieldValueMenu

PivotGridOptionsMenu Class

PivotGridOptionsMenu Members

DevExpress.XtraPivotGrid Namespace