BarItemLink.AssignKeyTip(BarItemLink) Method
Copies the value of the BarItemLink.KeyTip property 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 property’s value is copied to the current object. |
See Also