Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

ValidationCompletedEventArgs.Successful Property

Indicates if the validation was successful.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v19.2.dll

Declaration

public bool Successful { get; }

Property Value

Type Description
Boolean

true, if the value if validation was successful; otherwise, false.

See Also