BarLinkContainerItem.InsertItem(BarItemLink, BarItem) Method
In This Article
Inserts a link in the BarLinkContainerItem at the specified index.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarItemLink InsertItem(
BarItemLink beforeLink,
BarItem item
)
#Parameters
Name | Type | Description |
---|---|---|
before |
Bar |
An instance of the link before which a new link is inserted. |
item | Bar |
A Bar |
#Returns
Type | Description |
---|---|
Bar |
An instance of the added link. |
See Also