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

Theme.DefaultThemeFullName Property

Gets the full name of the default theme.

Namespace: DevExpress.Xpf.Core

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

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

Declaration

public static string DefaultThemeFullName { get; }

Property Value

Type Description
String

A String that specifies the full name of the default theme.

Remarks

To obtain the name of the default theme, use the static Theme.DefaultThemeName property.

See Also