Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.17 KB

File metadata and controls

16 lines (13 loc) · 1.17 KB
id dxButton.Options.validationGroup
type String | undefined
default undefined

shortDescription

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#####