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

NeedToValidateObjectEventArgs.NeedToValidate Property

Indicates whether the NeedToValidateObjectEventArgs.CurrentObject must be validated.

Namespace: DevExpress.ExpressApp.Validation

Assembly: DevExpress.ExpressApp.Validation.v20.2.dll

Declaration

public bool NeedToValidate { get; set; }

Property Value

Type Description
Boolean

true, if the CurrentObject must be validated; otherwise, false.

See Also