Skip to main content

Collection.Remove(ICollectionItem) Method

Removes the specified item from the collection.

Namespace: DevExpress.XtraNavBar

Assembly: DevExpress.XtraNavBar.v23.2.dll

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

Declaration

public virtual void Remove(
    ICollectionItem item
)

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