ASPxClientValidationCompletedEventArgs Properties
Provides data for the ASPxClientGlobalEvents.ValidationCompleted client 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 name to which validation has been applied. |
See Also