Skip to main content
All docs
V25.1
  • .NET 8.0+

    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.1.dll

    Declaration

    bool EnableDelayedRuleRegistration { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also