Skip to main content
All docs
V26.1
  • CaptionHelper.EnableCaptionCache Field

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

    Namespace: DevExpress.ExpressApp.Utils

    Assembly: DevExpress.ExpressApp.v26.1.dll

    Declaration

    public static bool EnableCaptionCache

    Field Value

    Type Default Description
    Boolean true

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

    Remarks

    Disable this property if your Application Model has specific caption settings stored in the user differences layer (individual user settings).

    See Also