Skip to main content

ApplicationThemeHelper.UseLegacyDefaultTheme Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.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