Skip to main content
A newer version of this page is available. .
Tab

ASPxEdit.ClearEditorsInContainer Method

Name Parameters Description
ClearEditorsInContainer(Control, Boolean) static container, clearInvisibleEditors Assigns a null value to all editors which are located within the specified container object, dependent on the visibility state specified.
ClearEditorsInContainer(Control, String, Boolean) static container, validationGroup, clearInvisibleEditors Assigns a null value to all editors which are located within the specified container object and belong to a specific validation group, depending upon their visibility state specified.
ClearEditorsInContainer(Control, String) static container, validationGroup Assigns a null value to all visible editors that are located within the specified container object and belong to a specific validation group.
ClearEditorsInContainer(Control) static container Assigns a null value to all visible editors that are located within the specified container object.