Skip to main content
All docs
V24.2

CompatibilitySettings.UseLegacyDXMessageBox Property

Gets or sets whether DevExpress WPF Controls display their messages in the legacy message box.

Namespace: DevExpress.Xpf.Core

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

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

#Declaration

public static bool UseLegacyDXMessageBox { get; set; }

#Property Value

Type Default Description
Boolean false

true if DevExpress WPF Controls display their messages in the legacy message box; otherwise, false.

#Remarks

The legacy message box does not have rounded corners in DevExpress Windows 11 themes.

See Also