BaseObjectSpace.ConvertExpressionsStringToExpressionsList(String) Method
Returns the list of DataViewExpression objects converted from the passed semicolon-separated expressions list.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
expressions | String | A semicolon-separated string that specifies expressions used to compute the column value. |
Returns
Type | Description |
---|---|
IList<DataViewExpression> | A list of DataViewExpression objects. |
See Also