Skip to main content
All docs
V18.2

ASPxClientDashboard.GetSelectedTabPage(String) Method

Gets the selected page in the specified tab container.

Namespace: DevExpress.DashboardWeb.Scripts

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

Declaration

public string GetSelectedTabPage(
    string tabContainerName
)

Parameters

Name Type Description
tabContainerName String

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

Returns

Type Description
String

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

See Also