Skip to main content

RibbonPageCategoryCollection.Contains(RibbonPageCategory) Method

Indicates whether the collection contains the specified category.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual bool Contains(
    RibbonPageCategory category
)

Parameters

Name Type Description
category RibbonPageCategory

A RibbonPageCategory object to locate in the collection

Returns

Type Description
Boolean

true if the collection contains the specified category; otherwise, false

See Also