Theme.RemoveAllCustomThemes() Method
Unregisters all manually registered themes from the ThemeManager.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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