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

RadialMenu.RemoveLink(BarItemLink) Method

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

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public override void RemoveLink(
    BarItemLink itemLink
)

Parameters

Name Type Description
itemLink BarItemLink

The item link to remove from the collection.

See Also