ThemeManager.ApplicationThemeName Property
In This Article
Gets or sets the name of the theme applied to the entire application. This is a dependency property.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
[TypeConverter(typeof(ThemeNameTypeConverter))]
public static string ApplicationThemeName { get; set; }
#Property Value
Type | Description |
---|---|
String | A String value that specifies the theme name. |
#Remarks
To learn more, see DevExpress Silverlight Themes.
NOTE
A theme specified at the application level via the Application
See Also