Back to Devexpress

CompatibilitySettings.UseRibbonDeferredPageMerging Property

corelibraries-devexpress-dot-xpf-dot-core-dot-compatibilitysettings-e7abfe6f.md

latest1.5 KB
Original Source

CompatibilitySettings.UseRibbonDeferredPageMerging Property

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

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

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace