Skip to main content

RibbonPageCollection.Contains(RibbonPage) Method

Indicates whether the collection contains the specified page.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    RibbonPage page
)

Parameters

Name Type Description
page RibbonPage

A RibbonPage object to locate in the collection

Returns

Type Description
Boolean

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

See Also