Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether a form group control can contain the specified form control.
Syntax
public boolean canContain(FormControl control)
Run On
Client
Parameters
- control
Type: FormControl Class
A FormControl object that specifies a form control.
Return Value
Type: boolean
true if a form group control can contain the specified form control; otherwise, false.