Back to Devexpress

PivotGridFieldOptionsEx.ShowUnboundExpressionMenu Property

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridfieldoptionsex-4b8b795e.md

latest2.1 KB
Original Source

PivotGridFieldOptionsEx.ShowUnboundExpressionMenu Property

Gets or sets whether an end-user can open an Expression Editor for the current unbound field using a context menu.

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
[Browsable(false)]
[DefaultValue(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[XtraSerializableProperty]
public virtual bool ShowUnboundExpressionMenu { get; set; }
vb
<XtraSerializableProperty>
<DefaultValue(False)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overridable Property ShowUnboundExpressionMenu As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if an end-user can open an Expression Editor for the current unbound field using a context menu; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to ShowUnboundExpressionMenu
PivotGridField

.Options .ShowUnboundExpressionMenu

|

Remarks

This member is not supported in Optimized, OLAP, and Server modes. Use PivotGridFieldOptionsEx.ShowExpressionEditorMenu instead.

See Also

PivotGridFieldOptionsEx Class

PivotGridFieldOptionsEx Members

DevExpress.XtraPivotGrid Namespace