ASPxEdit.AreEditorsValid(Control, String, Boolean) Method
In This Article
Verifies whether the editors with the specified settings are valid.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public static bool AreEditorsValid(
Control container,
string validationGroup,
bool checkInvisibleEditors
)
#Parameters
Name | Type | Description |
---|---|---|
container | Control | A Control object that specifies the container. |
validation |
String | A string value that specifies the validation group’s name. |
check |
Boolean |
|
#Returns
Type | Description |
---|---|
Boolean |
|
#Remarks
Note
The Are
See Also