Skip to main content
.NET 6.0+

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

NuGet Package: DevExpress.ExpressApp

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