CalculatedAttribute(String) Constructor
Initializes a new instance of the CalculatedAttribute class.
Namespace: DevExpress.ExpressApp.DC
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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