C1.Web.Mvc Namespace / CalculatedField Class / Expression Property

In This Topic
Expression Property
In This Topic
Gets or sets the expression which is used to calculates field value. The expression may refer to the current item via the context variable '$', which contains the item's original and calculated values.
Syntax
'Declaration
 
Public Property Expression As String
 
See Also