Skip to main content

RadialMenu.RemoveLink(BarItemLink) Method

Removes a specific item link from the PopupMenuBase.ItemLinks collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public override void RemoveLink(
    BarItemLink itemLink
)

Parameters

Name Type Description
itemLink BarItemLink

The item link to remove from the collection.

See Also