CaptionHelper.EnableCaptionCache Field
Specifies if XAF caches class and member captions for all locales.
Namespace: DevExpress.ExpressApp.Utils
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Field Value
Type | Description |
---|---|
Boolean | If |
Remarks
Do not enable this property if your Application Model has specific caption settings stored in the user differences layer (individual user settings).
The default EnableCaptionCache
field value is true
if the FrameworkSettingsCompatibilityMode property value references XAF version 23.1 or higher. Otherwise, the default EnableCaptionCache
field value is false
.
See Also