Skip to main content

XtraTabPageCollection.IndexOf(XtraTabPage) Method

Returns the specified page’s position within the collection.

Namespace: DevExpress.XtraTab

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public virtual int IndexOf(
    XtraTabPage page
)

Parameters

Name Type Description
page XtraTabPage

An XtraTabPage object which represents 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