Theme.DefaultThemeFullName Property
Gets the full name of the default theme.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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