BarItemLinkCollection.AddRange(IEnumerable<BarItem>) Method
Adds BarItemLinks for each of the target BarItem objects.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | IEnumerable<BarItem> | An IEnumerable object containing BarItems, for which BarItemLinks should be added to this BarItemLinkCollection. |
See Also