Skip to main content

RepositoryItemCollection.Remove(RepositoryItem) Method

Removes the specified repository item from the collection.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v22.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual void Remove(
    RepositoryItem item
)

Parameters

Name Type Description
item RepositoryItem

A RepositoryItem descendant representing the repository item to remove.

See Also