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

    RuleSet.EnableRulePropertyValueCache Field

    Specifies if the Validation Module caches Rule values.

    Namespace: DevExpress.Persistent.Validation

    Assembly: DevExpress.Persistent.Base.v25.1.dll

    Declaration

    public static bool EnableRulePropertyValueCache

    Field Value

    Type Description
    Boolean

    true if the Validation Module caches Rule values. If false, the Validation Module loads Rule values from the Application Model.

    Remarks

    Do not enable this property if your Application Model has specific Rule values stored in the user differences layer (individual user settings).

    The default EnableRulePropertyValueCache field value is true if the FrameworkSettingsCompatibilityMode property value references XAF version 23.1 or higher. Otherwise, the default EnableRulePropertyValueCache field value is false.

    See Also