BarItemLinkCollection.Add(BarItem, Boolean, String) Method
In This Article
Adds a new item link to the collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual BarItemLink Add(
BarItem item,
bool beginGroup,
string keyTip
)
#Parameters
Name | Type | Description |
---|---|---|
item | Bar |
A Bar |
begin |
Boolean | true to begin a group; otherwise, false. |
key |
String | A String value that specifies the Key Tips for the new link. |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also