Skip to main content
.NET 6.0+

CalculatedAttribute(String) Constructor

Initializes a new instance of the CalculatedAttribute class.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public CalculatedAttribute(
    string expression
)

Parameters

Name Type Description
expression String

A string expression used to calculate the CalculatedAttribute‘s target property value in the Data View mode.

See Also