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

ThemeManager.ActualApplicationThemeName Property

Gets the name of the theme applied to the entire application.

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

[Browsable(false)]
public static string ActualApplicationThemeName { get; }

Property Value

Type Description
String

A String value that specifies the theme name.

See Also