BarItemLinkCollection.Assign(BarItemLinkCollection) Method
Copies item links from the source collection to the current collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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