CompatibilitySettings.AllowRecyclingRibbonItems Property
Gets or sets whether ribbon controls should attempt to re-use existing link control (LightweightBarItemLinkControl, BarButtonItemLinkControl, BarCheckItemLinkControl, and so on) objects to enhance merging performance.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Data.Desktop.v24.1.dll
NuGet Packages: DevExpress.Data.Desktop, DevExpress.ExpressApp.Win.Design
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to re-use an existing link control; otherwise false. |
Remarks
Refer to the following breaking change ticket for more information on the AllowRecyclingRibbonItems compatibility property: BC4608.
See Also