Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.2.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