BarItemLinkCollection.Add(BarItem, String) Method
In This Article
Adds a link to the specified bar item and key tip, and adds it to the end of the collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarItemLink Add(
BarItem item,
string keyTip
)
#Parameters
Name | Type | Description |
---|---|---|
item | Bar |
A Bar |
key |
String | A String value that specifies the Key Tips for the new link. |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also