Skip to main content
All docs
V25.1
  • IDashboardControl.SetSelectedTabPage(String) Method

    Selects the specified tab page.

    Namespace: DevExpress.DashboardWin

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

    NuGet Package: DevExpress.Win.Dashboard

    Declaration

    void SetSelectedTabPage(
        string tabPageName
    )

    Parameters

    Name Type Description
    tabPageName String

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

    See Also