Skip to main content
.NET 6.0+

CustomNeedToValidateRuleEventArgs.NeedToValidateRule Property

Specifies whether the rule will be validated or not.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.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