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.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
#Declaration
void Merge(
ILinksHolder holder
)
#Parameters
Name | Type | Description |
---|---|---|
holder | ILinks |
A ILinks |
See Also