ValidationCompletedEventArgs Properties
Provides data for the ASPxGlobalEvents.ValidationCompleted event that allows you to centrally validate user input within all DevExpress web controls to which validation is applied.
Name | Description |
---|---|
Container |
Gets a container object that holds the validated control |
First |
Gets the first control (either visible or invisible) that hasn’t passed the validation applied. |
First |
Gets the first visible control that hasn’t passed the validation applied. |
Invisible |
Gets a value that indicates whether validation has been applied to both visible and invisible controls. |
Is |
Gets a value specifying whether the validation has been completed successfully. |
Validation |
Gets the name of the validation group to which validation has been applied. |
See Also