Share via


FormGroupControl.enableChilds Method

Specifies whether the child controls are enabled for a form group control.

Syntax

public boolean enableChilds([boolean enable])

Run On

Client

Parameters

  • enable
    Type: boolean
    A Boolean value that indicates whether the child controls are enabled; optional.

Return Value

Type: boolean
true if the child controls are enabled; otherwise, false.

See Also

Reference

FormGroupControl Class