Skip to main content
All docs
V25.2
  • 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.v25.2.dll

    NuGet Package: DevExpress.Persistent.Base

    Declaration

    bool EnableDelayedRuleRegistration { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also