Skip to main content
Bar

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void AssignKeyTip(
    BarItemLink link
)

Parameters

Name Type Description
link BarItemLink

A BarItemLink object whose BarItemLink.KeyTip property’s value is copied to the current object.

See Also