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

CaptionHelper.EnableCaptionCache Field

Specifies if XAF caches class and member captions for all locales.

Namespace: DevExpress.ExpressApp.Utils

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public static bool EnableCaptionCache

Field Value

Type Description
Boolean

If true, XAF caches class and member captions for all locales. If false, XAF loads class and member captions from the application model.

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