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

LegacyDefaultTheme Enum

Lists legacy default themes.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v20.1.dll

NuGet Packages: DevExpress.Data.Desktop, DevExpress.WindowsDesktop.DataDesktop

Declaration

public enum LegacyDefaultTheme

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