Skip to main content
All docs
V24.2

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

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

#Declaration

public static bool UseLegacyWindowForRibbonCustomization { get; set; }

#Property Value

Type Default Description
Boolean false

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