Skip to main content

BootstrapTabPageCollection.FindByText(String) Method

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public BootstrapTabPage FindByText(
    string text
)

Parameters

Name Type Description
text String

A String value representing the TabBase.Text property value of the required page.

Returns

Type Description
BootstrapTabPage

A BootstrapTabPage object with a specific value of the TabBase.Text property.

Remarks

Use this method to obtain a page specified by a display text assigned to its TabBase.Text property.

See Also