Skip to main content

GalleryItemCollection.Contains(GalleryItem) Method

Indicates whether the collection contains the specified item.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    GalleryItem item
)

Parameters

Name Type Description
item GalleryItem

A GalleryItem object to locate in the collection.

Returns

Type Description
Boolean

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

See Also