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

    DevExpress v25.1 Update — Your Feedback Matters

    Our What's New in v25.1 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

    Take the survey Not interested

    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