ASPxEdit.ClearEditorsInContainer(Control, String) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container of editors. |
validation |
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