ASPxEdit.ValidateEditorsInContainer(Control, String) Method
In This Article
Performs validation of visible editors that are located within the specified container and belong to a specific validation group.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static bool ValidateEditorsInContainer(
Control container,
string validationGroup
)
#Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container of the editors to be validated. |
validation |
String | A string value that specifies the validation group’s name. |
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Note
The Validate
See Also