Skip to main content
A newer version of this page is available. .

Bar.RemoveLink(BarItemLink) Method

Removes the first occurrence of a specific link from the Bar.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public virtual void RemoveLink(
    BarItemLink itemLink
)

Parameters

Name Type Description
itemLink BarItemLink

The link to remove from the Bar.

See Also