Skip to main content
.NET 6.0+

DataViewExpression(String, String) Constructor

Initializes a new instance of the DataViewExpression class.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public DataViewExpression(
    string name,
    string expression
)

Parameters

Name Type Description
name String

A string that specifies a data view column name.

expression String

A string that specifies an expression used to compute the column value.

See Also