property CalcEdit.AllowVariables as String
Specifies the expression ( no HTML ) that defines the equal operator, so you can define variables.

TypeDescription
String A String expression that defines the expression ( no HTML ) that defines the equal operator, so you can define variables.
By default, the AllowVariables property is "=" ( equal character ), which indicates that a line can be divided in parts as var = expression, which indicates defining the var variable. The AddWildFormat method formats the line based on the giving wild characters expression. By default, the control has already the wild format defined as "<i>*=*</i>", which draws in italics any line that includes the = (equal) character ( define the variables ).  If the AllowVariables property is "", the control does not support defining any variable. The Variable property indicates the value of the specified variable. By default, the control supports variables such as Total and Count, which defines the Total of all valid lines, and count of them. The CalcType property specifies the type of operations the control supports.

By default, the control supports the following aggregate functions:

 The following screen shot defines a few variables: