XtraTabPageCollection.IndexOf(XtraTabPage) Method
Returns the specified page’s position within the collection.
Namespace: DevExpress.XtraTab
Assembly: DevExpress.XtraEditors.v24.2.dll
Declaration
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