property CalcEdit.AllowSubTotal as String
Specifies the keyword that makes the control to display the subtotals.

TypeDescription
String A String expression that defines the HTML expression that indicates the keyword that computes the sub-total of lines.
By default, the AllowSubTotal property is "<fgcolor=808080><b>SubTotal</b></fgcolor>", which indicates that the SubTotal keyword specifies the sub-total of previously lines in the control. If the AllowSubTotal property is "", the control supports no SubTotal aggregate function. The FormatSubTotalResult / FormatLocal property defines the format to display the result of a Total line. The BackColorSubTotalLine property specifies the background color to show the SubTotal 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 SubTotal lines: