Skip to main content

ApplicationThemeHelper.UseLegacyDefaultTheme Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v24.2.dll

NuGet Package: DevExpress.Wpf.Core

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