Skip to main content

MVCxTabPageCollection.FindByName(String) Method

Returns a tab page object with the specified TabBase.Name property value.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxTabPage FindByName(
    string name
)

#Parameters

Name Type
name String

#Returns

Type
MVCxTabPage
See Also