Skip to main content
A newer version of this page is available. .
Tab

ValidationCompletedEventArgs.InvisibleControlsValidated Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool InvisibleControlsValidated { get; }

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