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
Parameters
Name | Type | Description |
---|---|---|
item | RepositoryItem | A RepositoryItem descendant representing the repository item to remove. |
See Also