hide()
hides a Fieldset control
hide(): void;
Example
form.getItem("fieldset").hide();
The method doesn't invoke the fieldset events. It invokes the events of the nested controls.
hides a Fieldset control
Example
form.getItem("fieldset").hide();
The method doesn't invoke the fieldset events. It invokes the events of the nested controls.