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

ExpressionEditorControl.EditValue Property

Gets or sets the current expression. This is a dependency property.

Namespace: DevExpress.Xpf.ExpressionEditor

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

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

Declaration

public string EditValue { get; set; }

Property Value

Type Description
String

A String that specifies the current expression.

See Also