Searches C1Tab node through the collection by the Text.

Namespace:  C1.Web.UI.Controls.C1TabStrip
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public C1Tab FindTabByText(
	string text
)
Visual Basic (Declaration)
Public Function FindTabByText ( _
	text As String _
) As C1Tab

Parameters

text
Type: System..::..String

Return Value

First C1Tab node that match the searched text.

See Also