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

Theme.RemoveAllCustomThemes() Method

Unregisters all manually registered themes from the ThemeManager.

Namespace: DevExpress.Xpf.Core

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

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