ASPxClientValidationCompletedEventArgs Members
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.Constructors
Name | Description |
---|---|
constructor(container, validationGroup, invisibleControlsValidated, isValid, firstInvalidControl, firstVisibleInvalidControl) | Initializes a new instance of the ASPxClientValidationCompletedEventArgs class. |
Properties
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 name to which validation has been applied. |
See Also