Skip to main content
All docs
V25.1
  • LegacyDefaultTheme Enum

    Lists legacy default themes.

    Namespace: DevExpress.Xpf.Core

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

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

    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