Skip to main content
.NET 6.0+

ValidationCompletedEventArgs.Successful Property

Indicates if the validation was successful.

Namespace: DevExpress.Persistent.Validation

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

Declaration

public bool Successful { get; }

Property Value

Type Description
Boolean

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

See Also