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

CalculatedAttribute.Expression Property

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

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.1.dll

Declaration

public string Expression { get; }

Property Value

Type Description
String

A string expression used to calculate the property value in the Data View mode.

See Also