Skip to main content

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

NuGet Package: DevExpress.Wpf.PivotGrid

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