Skip to main content
.NET 6.0+

XafDataView.FindExpression(String) Method

Finds the expression by its name in the current XafDataView.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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