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

IExpressionEditorView.ExpressionString Property

Specifies the expression (in plain text).

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v20.2.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

string ExpressionString { get; set; }

Property Value

Type Description
String

A String value.

See Also