Skip to main content

ASPxClientValidationCompletedEventArgs.invisibleControlsValidated Property

Gets a value that indicates whether validation has been applied to both visible and invisible controls.

Declaration

invisibleControlsValidated: boolean

Property Value

Type Description
boolean

true if validation has been applied to both visible and invisible controls; false if only visible controls have been validated.

See Also