Back to Devexpress

BarItemLinkCollection.AddRange Method

windowsforms-devexpress-dot-xtrabars-dot-baritemlinkcollection-dot-addrange.md

latest1.0 KB
Original Source

BarItemLinkCollection.AddRange Method

NameParametersDescription
AddRange(BarItem[])itemsCreates an array of links to the specified bar items and adds them to the end of the collection.
AddRange(IEnumerable<BarItem>)itemsAdds BarItemLinks for each of the target BarItem objects.
AddRange(IEnumerable<BarItemLink>)itemsAdds multiple BarItemLink items to the BarItemLinkCollection.