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

PivotUnboundExpressionEditorEventArgs.AutoCompleteExpressionEditorControl Property

Gets the expression editor that works in autocomplete mode.

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.PivotGrid, DevExpress.Wpf.PivotGrid

Declaration

public override IAutoCompleteExpressionEditor AutoCompleteExpressionEditorControl { get; }

Property Value

Type Description
DevExpress.Xpf.Editors.ExpressionEditor.IAutoCompleteExpressionEditor

The expression editor that works in autocomplete mode.

See Also