Skip to main content
All docs
V18.2

ASPxClientDashboard.GetSelectedTabPageIndex(String) Method

Gets the index of the selected page in the specified tab container.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public int GetSelectedTabPageIndex(
    string tabContainerName
)

Parameters

Name Type Description
tabContainerName String

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

Returns

Type Description
Int32

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

See Also