Skip to main content
All docs
V25.2
  • IDashboardControl.GetSelectedTabPage(String) Method

    Gets the selected page in the specified tab container.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    string GetSelectedTabPage(
        string tabContainerName
    )

    Parameters

    Name Type Description
    tabContainerName String

    A String that is the TabContainerDashboardItem.ComponentName property value and identifies the tab container.

    Returns

    Type Description
    String

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

    See Also