Skip to main content
Bar

BarLinkContainerItem.RemoveLink(BarItemLink) Method

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void RemoveLink(
    BarItemLink itemLink
)

Parameters

Name Type Description
itemLink BarItemLink

The link to remove from the BarLinkContainerItem.

See Also