Skip to main content
A newer version of this page is available. .

DashboardDesigner.SetSelectedTabPage(String) Method

Selects the specified tab page.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

public void SetSelectedTabPage(
    string tabPageName
)

Parameters

Name Type Description
tabPageName String

A String that is the DashboardTabPage.ComponentName property value and identifies the tab page.

See Also