Skip to main content
All docs
V24.1
.NET 6.0+

IRuleSet.EnableDelayedRuleRegistration Property

Specifies whether all new rules are collected before the IRuleSet.GetRules method returns them.

Namespace: DevExpress.Persistent.Validation

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

Declaration

bool EnableDelayedRuleRegistration { get; set; }

Property Value

Type Description
Boolean

true if new rules are registered automatically; otherwise, false.

See Also