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