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

RibbonPageCollection.IndexOf(RibbonPage) Method

Returns the specified page’s position within the collection.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

public virtual int IndexOf(
    RibbonPage page
)

Parameters

Name Type Description
page RibbonPage

A RibbonPage object representing the page to be located.

Returns

Type Description
Int32

An integer value representing the specified page’s zero-based index. -1 if the collection doesn’t contain the specified page.

See Also