IDashboardControl.SetSelectedTabPage(String, Int32) Method
Selects the tab page specified by its index in the specified tab container.
Namespace: DevExpress.DashboardWin
Assembly: DevExpress.Dashboard.v20.2.Win.dll
Declaration
void SetSelectedTabPage(
string tabContainerName,
int index
)
Sub SetSelectedTabPage(
tabContainerName As String,
index As Integer
)
Parameters
Name | Type | Description |
---|---|---|
tabContainerName | String | A String that is the TabContainerDashboardItem.ComponentName property value and identifies the tab container. |
index | Int32 | An integer that is the index in the TabContainerDashboardItem.TabPages collection. |
See Also
Feedback