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

RuleSet.EnableDelayedRuleRegistration Property

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

Namespace: DevExpress.Persistent.Validation

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

Declaration

public bool EnableDelayedRuleRegistration { get; set; }

Property Value

Type Description
Boolean

true, if new rules will be registered automatically; otherwise, false.

See Also