FormGroupControl.controlCount Method
Returns the number of controls in a form group control.
Syntax
public int controlCount()
Run On
Client
Return Value
Type: int
An Integer data type value that specifies the number of controls in a form group control.
Remarks
You can add a control to a form group control by using the FormGroupControl.addControl method.