Skip to main content
All docs
V24.2
Tag

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PivotGridField.AllowExpressionEditor Property

Gets or sets whether a user can open the Expression Editor dialog for the current field in the context menu.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v24.2.dll

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public bool AllowExpressionEditor { get; set; }

#Property Value

Type Description
Boolean

true if a user can open the Expression Editor dialog for the current field in a context menu; otherwise, false.

#Remarks

You can allow users to edit or create new custom expressions in the Expression Editor at runtime. To accomplish this, set the AllowExpressionEditor property to true to add the Expression Editor command in the field’s context menu or call the PivotGridControl.ShowExpressionEditor method to invoke the Expression Editor.

Use the PivotGridOptionsBehavior.ExpressionEditorMode property to specify the Expression Editor’s version.

See Also