Back to Devexpress

PivotExpressionEditorEventArgs.ExpressionEditorControl Property

wpf-devexpress-dot-xpf-dot-pivotgrid-dot-pivotexpressioneditoreventargs.md

latest1.7 KB
Original Source

PivotExpressionEditorEventArgs.ExpressionEditorControl Property

Gets the Expression Editor instance that will be shown.

Namespace : DevExpress.Xpf.PivotGrid

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

NuGet Package : DevExpress.Wpf.PivotGrid

Declaration

csharp
public override ExpressionEditorControl ExpressionEditorControl { get; }
vb
Public Overrides ReadOnly Property ExpressionEditorControl As ExpressionEditorControl

Property Value

TypeDescription
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

PivotExpressionEditorEventArgs Class

PivotExpressionEditorEventArgs Members

DevExpress.Xpf.PivotGrid Namespace