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(s). |
| FirstInvalidControl | Gets the first control (either visible or invisible) that hasn’t passed the validation applied. |
| FirstVisibleInvalidControl | Gets the first visible control that hasn’t passed the validation applied. |
| InvisibleControlsValidated | Gets a value that indicates whether validation has been applied to both visible and invisible controls. |
| IsValid | Gets a value specifying whether the validation has been completed successfully. |
| ValidationGroup | Gets the name of the validation group to which validation has been applied. |
See Also