Bar.RemoveLink(BarItemLink) Method
In This Article
Removes the first occurrence of a specific link from the Bar.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public virtual void RemoveLink(
BarItemLink itemLink
)
#Parameters
Name | Type | Description |
---|---|---|
item |
Bar |
The link to remove from the Bar. |
See Also