Back to Devexpress

RepositoryItemCollection.Contains(RepositoryItem) Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemcollection-dot-contains-x28-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-x29.md

latest1.9 KB
Original Source

RepositoryItemCollection.Contains(RepositoryItem) Method

Indicates whether the collection contains the specified repository item.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual bool Contains(
    RepositoryItem item
)
vb
Public Overridable Function Contains(
    item As RepositoryItem
) As Boolean

Parameters

NameTypeDescription
itemRepositoryItem

A RepositoryItem descendant to locate in the collection.

|

Returns

TypeDescription
Boolean

true if the collection contains the specified repository item; otherwise, false.

|

See Also

Add

AddRange(RepositoryItem[])

RepositoryItemCollection Class

RepositoryItemCollection Members

DevExpress.XtraEditors.Repository Namespace