BarLinkContainerItem.AddItems(BarItem[]) Method
Adds links to an array of items.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
items | BarItem[] | An array of BarItem objects that specifies items, to which links are added. |
Remarks
Use the AddItems method to add a number of links to the container item simultaneously. Items are added to the end of the BarCustomContainerItem.ItemLinks collection.
The BarLinkContainerItem.LinkAdded event is raised for each added item.
Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the AddItems(BarItem[]) method.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.