BarButtonItemLink.AssignKeyTip(BarItemLink) Method
Copies the values of the BarItemLink.KeyTip and BarButtonItemLink.DropDownKeyTip properties from the specified object to the current object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
link | BarItemLink | A BarItemLink object whose BarItemLink.KeyTip and BarButtonItemLink.DropDownKeyTip properties’ values are copied to the current object. |
See Also