Skip to main content
A newer version of this page is available. .

GalleryItemGroupCollection.Contains(GalleryItemGroup) Method

Indicates whether the collection contains the specified Gallery Item Group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public bool Contains(
    GalleryItemGroup group
)

Parameters

Name Type Description
group GalleryItemGroup

A GalleryItemGroup object to locate in the collection.

Returns

Type Description
Boolean

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

See Also