DataViewExpression(String, CriteriaOperator) Constructor
Initializes a new instance of the DataViewExpression class.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
Name | Type | Description |
---|---|---|
name | String | A string that specifies a data view column name. |
expression | CriteriaOperator | A CriteriaOperator that specifies an expression used to compute the column value. |
See Also