Skip to main content
A newer version of this page is available. .

MVCxTabPageCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

Declaration

public MVCxTabPage FindByText(
    string text
)

Parameters

Name Type
text String

Returns

Type
MVCxTabPage
See Also