Skip to main content

ThemeManager.ApplicationThemeName Property

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 ApplicationThemeName property, is not applied to elements at lower hierarchy level(s) with the specified ThemeManager.ThemeName property.

See Also