ASPxEdit.ValidateEditorsInContainer(Control, Boolean) Method
In This Article
Performs validation of the editors which are located within the specified container, dependent on the visibility state specified.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static bool ValidateEditorsInContainer(
Control container,
bool validateInvisibleEditors
)
#Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that represents the container of the editors to be validated. |
validate |
Boolean |
|
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Note
The Validate
See Also