Collection.Remove(ICollectionItem) Method
Removes the specified item from the collection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.1.dll
NuGet Packages: DevExpress.Win, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | ICollectionItem | An object supporting the ICollectionItem interface representing the item to be removed. |
Remarks
Note that the Remove method removes only the first occurrence of the specified item. If the specified item is not found, the method performs nothing.
See Also