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.v24.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, if new rules will be registered automatically; otherwise, false. |
Implements
See Also