Skip to main content
All docs
V26.1
  • IDashboardControl.GetSelectedTabPageIndex(String) Method

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

    Namespace: DevExpress.DashboardWin

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

    Declaration

    int GetSelectedTabPageIndex(
        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
    Int32

    An integer that is the index in the TabContainerDashboardItem.TabPages collection.

    See Also