MVCxTabPageCollection.GetVisibleTabPage(Int32) Method
In This Article
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 |
---|
MVCx |
See Also