XafDataView.FindExpression(String) Method
Finds the expression by its name in the current XafDataView.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v25.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | A string which is the name of the expression. |
Returns
| Type | Description |
|---|---|
| DataViewExpression | A DataViewExpression object which specifies the expression. |
See Also