NavLinkCollection.Remove(NavBarItem) Method
Removes all links to the item specified.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
Declaration
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