Namespace:DevExpress.Web.Bootstrap
Assembly:DevExpress.Web.Bootstrap.v17.2.dll

Syntax
C# |
public BootstrapTabPage FindByText(
string text
)
|
VB |
Public Function FindByText(
ByVal text As String
) As BootstrapTabPage
|
Return value
Type:
BootstrapTabPage
A BootstrapTabPage object with a specific value of the DevExpress.Web.TabBase.Text property.

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

See Also