Skip to main content

Theme.ClearPaletteThemeCache() Method

Removes the directory specified in the PaletteThemeCacheDirectory property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.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