Skip to main content

NavLinkCollection.Remove(NavBarItem) Method

Removes all links to the item specified.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    NavBarItem item
)

Parameters

Name Type Description
item NavBarItem

A NavBarItem object representing an item whose links are to be removed.

Remarks

The Remove method removes all links from the collection that correspond to the item specified. In other words, links whose NavBarItemLink.Item property value is item are removed.

See Also