Skip to main content
All docs
V24.2

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

PivotExpressionEditorEventArgs.ExpressionEditorControl Property

Gets the Expression Editor instance that will be shown.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

#Declaration

public override ExpressionEditorControl ExpressionEditorControl { get; }

#Property Value

Type Description
ExpressionEditorControl

An ExpressionEditorControl object, which is the Expression Editor instance that will be shown.

#Remarks

Use the ExpressionEditorControl property, to customize the Expression Editor form settings.

To identify a field for which the Expression Editor has been invoked, use the e.Field property.

See Also