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

ApplicationThemeHelper.UseLegacyDefaultTheme Property

Specifies whether the application should use the legacy default theme (“DeepBlue”).

Namespace: DevExpress.Xpf.Core

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

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

Declaration

[Browsable(false)]
public static bool UseLegacyDefaultTheme { get; set; }

Property Value

Type
Boolean

Remarks

Note

The property is outdated. Use the CompatibilitySettings.LegacyDefaultTheme property instead.

See Also