PivotGridControl.IsCellMenuEnabled Property
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.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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