Skip to main content

ExpressionEditorModel(String) Constructor

Initializes a new instance of the ExpressionEditorModel class with the specified expression.

Namespace: DevExpress.Data.Controls.ExpressionEditor

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public ExpressionEditorModel(
    string expressionString
)

Parameters

Name Type Description
expressionString String

A String value, specifying the expression.

See Also