BarItemLinkCollection.Add(BarItem, Boolean, String) Method
Adds a new item link to the collection.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | BarItem | A BarItem descendant, for which the link is created and added to the collection. |
beginGroup | Boolean | true to begin a group; otherwise, false. |
keyTip | String | A String value that specifies the Key Tips for the new link. |
Returns
Type | Description |
---|---|
BarItemLink | A BarItemLink object that represents the added link. |
See Also