Back to Devexpress

Bar.RemoveLink(BarItemLink) Method

windowsforms-devexpress-dot-xtrabars-dot-bar-dot-removelink-x28-devexpress-dot-xtrabars-dot-baritemlink-x29.md

latest1.2 KB
Original Source

Bar.RemoveLink(BarItemLink) Method

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

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void RemoveLink(
    BarItemLink itemLink
)
vb
Public Overridable Sub RemoveLink(
    itemLink As BarItemLink
)

Parameters

NameTypeDescription
itemLinkBarItemLink

The link to remove from the Bar.

|

See Also

BarItemLink

Bar Class

Bar Members

DevExpress.XtraBars Namespace