Skip to main content

MVCxTabCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

#Declaration

public MVCxTab FindByText(
    string text
)

#Parameters

Name Type
text String

#Returns

Type
MVCxTab
See Also