Back to Devexpress

PivotGridControl.IsFieldValueMenuEnabled Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotgridcontrol-0d757f39.md

latest1.6 KB
Original Source

PivotGridControl.IsFieldValueMenuEnabled Property

Gets or sets whether the field value context menu is shown when an end-user right-clicks a field value. 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 IsFieldValueMenuEnabled { get; set; }
vb
Public Property IsFieldValueMenuEnabled As Boolean

Property Value

TypeDescription
Boolean

true to enable the field value context menu; otherwise, false.

|

Remarks

To learn more, see Field Value Context Menu.

See Also

Field Value Context Menu

PivotGridControl Class

PivotGridControl Members

DevExpress.Xpf.PivotGrid Namespace