LegacyDefaultTheme Enum
Lists legacy default themes.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Members
Name | Description |
---|---|
DeepBlue
|
The DeepBlue legacy default theme. The theme was default in the v16.1 WPF Controls and prior. |
Office2016White
|
The Office2016White legacy default theme. The theme was default in the v20.1 WPF Controls and prior. |
Related API Members
The following properties accept/return LegacyDefaultTheme values:
Remarks
The values listed by this enumeration are used to set the CompatibilitySettings.LegacyDefaultTheme property.
See Also