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

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.v18.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