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