Back to Devexpress

CompatibilitySettings.UseLegacyWindowForRibbonCustomization Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-5f5c83af.md

latest1.9 KB
Original Source

CompatibilitySettings.UseLegacyWindowForRibbonCustomization Property

Gets or sets whether to display the Ribbon Customization Options in the legacy window.

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 UseLegacyWindowForRibbonCustomization { get; set; }
vb
Public Shared Property UseLegacyWindowForRibbonCustomization As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true to display the Ribbon Customization Options in the legacy window; otherwise, false.

|

Remarks

The legacy Ribbon Customization Window does not have rounded corners in DevExpress Windows 11 themes.

See Also

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace