ASPxClientValidationCompletedEventArgs.firstInvalidControl Property
In This Article
Gets the first control (either visible or invisible) that hasn’t passed the validation applied.
#Declaration
TypeScript
firstInvalidControl: ASPxClientControl
#Property Value
Type | Description |
---|---|
ASPx |
An ASPx |
#Remarks
Use the firstInvalidControl property to access an object representing the first input control that has an invalid value.
See Also