PivotGridOptionsFilterPopup.AllowContextMenu Property
Gets or sets whether right-clicking a filter popup window invokes a context menu.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v24.1.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AllowContextMenu { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Boolean | true | 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 Type | Path to AllowContextMenu |
---|---|
PivotGridControl |
|
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