Back to Devexpress

CompatibilitySettings.UseLegacyDXMessageBox Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-11f6c71f.md

latest1.5 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public static bool UseLegacyDXMessageBox { get; set; }
vb
Public Shared Property UseLegacyDXMessageBox As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace