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

ValidationCompletedEventArgs.IsValid Property

Gets a value specifying whether the validation has been completed successfully.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsValid { get; set; }

Property Value

Type Description
Boolean

true if the validation has been completed successfully; otherwise, false.

See Also