Back to Devexpress

LegacyDefaultTheme Enum

corelibraries-devexpress-dot-xpf-dot-core-e0812d18.md

latest1.6 KB
Original Source

LegacyDefaultTheme Enum

Lists legacy default themes.

Namespace : DevExpress.Xpf.Core

Assembly : DevExpress.Data.Desktop.v25.2.dll

NuGet Packages : DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design

Declaration

csharp
public enum LegacyDefaultTheme
vb
Public Enum LegacyDefaultTheme

Members

NameDescription
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.

|

The following properties accept/return LegacyDefaultTheme values:

Remarks

The values listed by this enumeration are used to set the CompatibilitySettings.LegacyDefaultTheme property.

See Also

DevExpress.Xpf.Core Namespace