Skip to main content

Theme.RemoveAllCustomThemes() Method

Unregisters all manually registered themes from the ThemeManager.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public static void RemoveAllCustomThemes()

Remarks

To unregister a particular theme, use the static Theme.RemoveTheme method.

To register a new theme, use the static Theme.RegisterTheme method.

See Also