Skip to main content
Tab

ASPxEdit.ClearEditorsInContainer(Control, String) Method

Assigns a null value to all visible editors that are located within the specified container object and belong to a specific validation group.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public static void ClearEditorsInContainer(
    Control container,
    string validationGroup
)

Parameters

Name Type Description
container Control

A Control object that specifies the container of editors.

validationGroup String

A string value specifying the validation group’s name.

Remarks

This method can be used to reset the specified visible editors to null values while performing validation.

See Also