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

CustomNeedToValidateRuleEventArgs.NeedToValidateRule Property

Specifies whether the rule will be validated or not.

Namespace: DevExpress.Persistent.Validation

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

Declaration

[DefaultValue(true)]
public bool NeedToValidateRule { get; set; }

Property Value

Type Default Description
Boolean **true**

If true, the rule will be validated; otherwise, false.

See Also