ASPxClientValidationCompletedEventArgs.validationGroup Property
In This Article
Gets the name of the validation group name to which validation has been applied.
#Declaration
TypeScript
validationGroup: string
#Property Value
Type | Description |
---|---|
string | A string value that represents the name of the validation group that has been validated. |
See Also