Skip to main content
All docs
V24.2

CompatibilitySettings.UseRibbonDeferredPageMerging Property

Gets or sets whether to enable a ribbon’s deferred page merging.

Namespace: DevExpress.Xpf.Core

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

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

#Declaration

public static bool UseRibbonDeferredPageMerging { get; set; }

#Property Value

Type Description
Boolean

true to merge ribbon’s page content only when a user opens the page; otherwise, false.

#Remarks

Refer to the following topic for more information: Performance Enhancements.

See Also