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

RibbonGalleryBarItem.Merge(ILinksHolder) Method

Adds the visible links from the specified link container onto the current link container.

Namespace: DevExpress.Xpf.Ribbon

Assembly: DevExpress.Xpf.Ribbon.v18.2.dll

Declaration

public void Merge(
    ILinksHolder holder
)

Parameters

Name Type Description
holder ILinksHolder

A ILinksHolder object whose visible links are merged with the current link container.

Implements

See Also