property CalcEdit.AllowTotal as String
Specifies the keyword that makes the control to display the sum/total of all lines.

TypeDescription
String A String expression that defines the HTML expression that indicates the keyword that computes the total of lines.
By default, the AllowTotal property is "<b>Total</b>", which indicates that the Total keyword specifies the total of all lines in the control. if the AllowTotal property is "", the control supports no Total aggregate function. The FormatTotalResult / FormatLocal property defines the format to display the result of a Total line. The BackColorTotalLine property specifies the background color to show the Total line. The AllowVariables property specifies the expression ( no HTML ) that defines the equal operator, so you can define variables.

By default, the control supports the following aggregate functions:

The following screen show shows a control that displays a Total line: