RuleSet.EnableRulePropertyValueCache Field
Specifies if the Validation Module caches Rule values.
Namespace: DevExpress.Persistent.Validation
Assembly: DevExpress.Persistent.Base.v25.1.dll
NuGet Package: DevExpress.Persistent.Base
Declaration
Field Value
| Type | Description |
|---|---|
| Boolean |
|
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