ASPxClientValidationCompletedEventArgs Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
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