Skip to main content
.NET 6.0+

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