Skip to main content

RibbonPageGroupCollection.Contains(RibbonPageGroup) Method

Indicates whether the collection contains the specified group.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool Contains(
    RibbonPageGroup group
)

Parameters

Name Type Description
group RibbonPageGroup

A RibbonPageGroup object to locate in the collection.

Returns

Type Description
Boolean

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

See Also