Skip to main content
A newer version of this page is available.

PivotUnboundExpressionEditorEventArgs.ExpressionEditorControl Property

Gets the Expression Editor instance that will be shown.

Namespace: DevExpress.Xpf.PivotGrid

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

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 PivotUnboundExpressionEditorEventArgs.Field property.

See Also