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.v19.2.dll

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