Skip to main content
A newer version of this page is available. .
All docs
V21.1

CompatibilitySettings.UseRibbonDeferredPageMerging Property

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

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Data.Desktop.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

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