ThemeManager Class
In This Article
A theme manager, allowing you to apply themes.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Remarks
DevExpress provides multiple themes that can be applied to all DevExpress controls for Silverlight and some standard controls . To apply a theme to the entire application, assign its name to the ThemeManager.ApplicationThemeName property. To apply a theme to the specified sub tree, use the ThemeManager.ThemeName property.
To learn more, see DevExpress Silverlight Themes.
#Inheritance
Object
DispatcherObject
DependencyObject
ThemeManager
See Also