| id | dxButton.Options.validationGroup |
|---|---|
| type | String | undefined |
| default | undefined |
Specifies the name of the validation group to be accessed in the click event handler.
When using a button to validate several editors on a page, the button must "know" in which validation group these editors are located.
Specify the validationGroup configuration property for the button. Assign the validation group name specified for the validationGroup property of the validators that extend the editors to be validated.
#####See Also#####