Skip to main content
A newer version of this page is available. .

XafDataView.FindExpression(String) Method

Finds the expression by its name in the current XafDataView.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

public DataViewExpression FindExpression(
    string name
)

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