Back to Devexpress

RadialMenu.RemoveLink(BarItemLink) Method

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-radialmenu-dot-removelink-x28-devexpress-dot-xtrabars-dot-baritemlink-x29.md

latest1.3 KB
Original Source

RadialMenu.RemoveLink(BarItemLink) Method

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

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override void RemoveLink(
    BarItemLink itemLink
)
vb
Public Overrides Sub RemoveLink(
    itemLink As BarItemLink
)

Parameters

NameTypeDescription
itemLinkBarItemLink

The item link to remove from the collection.

|

See Also

RadialMenu Class

RadialMenu Members

DevExpress.XtraBars.Ribbon Namespace