Skip to main content
A newer version of this page is available. .

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.v21.1.dll

NuGet Package: DevExpress.Data.Desktop

Declaration

public static bool AllowRecyclingRibbonItems { get; set; }

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