ASPxClientEdit.AreEditorsValid Method
In This Article
Verifies whether the editors in a specified visibility state, which are located within a specified container and belong to a specific validation group, are valid.
#Declaration
TypeScript
static AreEditorsValid(
container?: any | string,
validationGroup?: string,
checkInvisibleEditors?: boolean
): boolean
#Parameters
Name | Type | Description |
---|---|---|
container | any | An HTML element specifying the container of editors to be validated. |
validation |
string | A string value that specifies the validation group’s name. |
check |
boolean |
|
#Returns
Type | Description |
---|---|
boolean |
|
#Remarks
Note
The Are
See Also