Back to Devexpress

PivotGridControl.IsCellMenuEnabled Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-02051950.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public bool IsCellMenuEnabled { get; set; }
vb
Public Property IsCellMenuEnabled As Boolean

Property Value

TypeDescription
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

Context Menus

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace