Skip to main content
All docs
V23.2
.NET 6.0+

RuleSet.EnableRulePropertyValueCache Field

Specifies if the Validation Module caches Rule values.

Namespace: DevExpress.Persistent.Validation

Assembly: DevExpress.Persistent.Base.v23.2.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