Back to Devexpress

CompatibilitySettings.AllowRecyclingRibbonItems Property

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

latest1.7 KB
Original Source

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.v25.2.dll

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

Declaration

csharp
public static bool AllowRecyclingRibbonItems { get; set; }
vb
Public Shared Property AllowRecyclingRibbonItems As Boolean

Property Value

TypeDescription
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

CompatibilitySettings Class

CompatibilitySettings Members

DevExpress.Xpf.Core Namespace