XtraMdiTabPageCollection.IndexOf(IXtraTabPage) Method
Returns the specified page’s position within the collection.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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