Skip to main content
A newer version of this page is available. .

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.v19.2.dll

Declaration

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