Skip to main content
A newer version of this page is available. .

Theme.ClearPaletteThemeCache() Method

Removes the directory specified in the PaletteThemeCacheDirectory property.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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