Skip to main content
Bar

BarItemLinkCollection.Assign(BarItemLinkCollection) Method

Copies item links from the source collection to the current collection.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void Assign(
    BarItemLinkCollection links
)

Parameters

Name Type Description
links BarItemLinkCollection

A BarItemLinkCollection object representing the source collection whose elements are copied to the current collection.

Remarks

The Assign method removes all links from the current collection and then copies elements from the source collection to the current one.

See Also