Skip to main content
All docs
V25.1
  • Theme.ClearPaletteThemeCache() Method

    Removes the directory specified in the PaletteThemeCacheDirectory property.

    Namespace: DevExpress.Xpf.Core

    Assembly: DevExpress.Xpf.Core.v25.1.dll

    NuGet Package: DevExpress.Wpf.Core

    Declaration

    public static void ClearPaletteThemeCache()

    Remarks

    Use the ClearPaletteThemeCache method to remove the cache directory which is specified in the Theme.PaletteThemeCacheDirectory property.

    See Also