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

CalculatedAttribute(String) Constructor

Initializes a new instance of the CalculatedAttribute class.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

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