Skip to main content
Tab

TabPageCollection.FindByText(String) Method

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public TabPage FindByText(
    string text
)

Parameters

Name Type Description
text String

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

Returns

Type Description
TabPage

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

Remarks

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

See Also