Skip to main content

XtraMdiTabPageCollection.IndexOf(IXtraTabPage) Method

Returns the specified page’s position within the collection.

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public int IndexOf(
    IXtraTabPage page
)

Parameters

Name Type Description
page DevExpress.XtraTab.IXtraTabPage

An object which implements the DevExpress.XtraTab.IXtraTabPage interface.

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