Skip to main content

ASPxClientValidationCompletedEventArgs.firstInvalidControl Property

Gets the first control (either visible or invisible) that hasn’t passed the validation applied.

#Declaration

TypeScript
firstInvalidControl: ASPxClientControl

#Property Value

Type Description
ASPxClientControl

An ASPxClientControl object that represents the first invalid control.

#Remarks

Use the firstInvalidControl property to access an object representing the first input control that has an invalid value.

See Also