CompatibilitySettings.UseRibbonDeferredPageMerging Property
In This Article
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
#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