Skip to main content
All docs
V18.2

ASPxClientDashboard.SetSelectedTabPage(String) Method

Selects the specified tab page by its component name.

Namespace: DevExpress.DashboardWeb.Scripts

Assembly: DevExpress.Dashboard.v18.2.Web.WebForms.Scripts.dll

Declaration

public void SetSelectedTabPage(
    string tabPageName
)

Parameters

Name Type Description
tabPageName String

A String object that is the tab page’s componentName property value.

See Also