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

NeedToValidateObjectEventArgs.NeedToValidate Property

Indicates whether the NeedToValidateObjectEventArgs.CurrentObject must be validated.

Namespace: DevExpress.ExpressApp.Validation

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

Declaration

public bool NeedToValidate { get; set; }

Property Value

Type Description
Boolean

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

See Also