PivotGridControl.IsCellMenuEnabled Property
In This Article
Gets or sets whether a context menu is invoked when an end-user right-clicks a cell. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v14.2.dll
#Declaration
[XtraSerializablePropertyId(0)]
[XtraSerializableProperty]
public bool IsCellMenuEnabled { get; set; }
#Property Value
Type | Description |
---|---|
Boolean | true if a context menu should be invoked when an end-user right-clicks a cell; otherwise, false. |
#Remarks
To learn more, see Context Menus.
See Also