Skip to main content
Bar

ILinksHolder.Merge(ILinksHolder) Method

In This Article

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

void Merge(
    ILinksHolder holder
)

#Parameters

Name Type Description
holder ILinksHolder

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

See Also