Skip to main content
All docs
V18.2

ASPxClientDashboard.SetSelectedTabPageIndex(String, Int32) Method

Selects the specified tab page by its index in the specified tab container.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public void SetSelectedTabPageIndex(
    string tabContainerName,
    int index
)

Parameters

Name Type Description
tabContainerName String

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

index Int32

A Int32 object that is the tab page’s index.

See Also