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