RepositoryItemCollection.Contains(RepositoryItem) Method
Indicates whether the collection contains the specified repository item.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | RepositoryItem | A RepositoryItem descendant to locate in the collection. |
Returns
Type | Description |
---|---|
Boolean | true if the collection contains the specified repository item; otherwise, false. |
See Also