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