Back to Devexpress

PivotGridOptionsFilterPopup.AllowContextMenu Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridoptionsfilterpopup-f44120ed.md

latest2.1 KB
Original Source

PivotGridOptionsFilterPopup.AllowContextMenu Property

Gets or sets whether right-clicking a filter popup window invokes a context menu.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true if a context menu is enabled for a filter popup; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to AllowContextMenu
PivotGridControl

.OptionsFilterPopup .AllowContextMenu

|

Remarks

The context menu is available within group filter popup windows allowing end-users to expand or collapse the entire tree.

The AllowContextMenu property allows you to disable this feature. Note that this property is not in effect for field filter popup windows.

See Also

PivotGridOptionsFilterPopup Class

PivotGridOptionsFilterPopup Members

DevExpress.XtraPivotGrid Namespace