ExpressionEditorModel(String) Constructor
Initializes a new instance of the ExpressionEditorModel class with the specified expression.
Namespace: DevExpress.Data.Controls.ExpressionEditor
Assembly: DevExpress.Data.v25.1.dll
NuGet Package: DevExpress.Data
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| expressionString | String | A String value, specifying the expression. |
See Also