DashboardDesigner.GetSelectedTabPageIndex(String) Method
In This Article
Gets the index of the selected page in the specified tab container.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v24.2.Win.dll
NuGet Package: DevExpress.Win.Dashboard
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
tab |
String | A String that is the Tab |
#Returns
Type | Description |
---|---|
Int32 | An integer that is the index in the Tab |
#Implements
See Also