Skip to main content

MVCxTabPageCollection.GetVisibleTabPage(Int32) Method

Gets a tabbed page by its visible index.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v24.2.dll

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxTabPage GetVisibleTabPage(
    int index
)

#Parameters

Name Type
index Int32

#Returns

Type
MVCxTabPage
See Also