Searches C1Tab node through the collection by the Value.

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

Syntax

C#
public C1Tab FindTabByValue(
	string value
)
Visual Basic (Declaration)
Public Function FindTabByValue ( _
	value As String _
) As C1Tab

Parameters

value
Type: System..::..String
node property

Return Value

First C1Tab node that match the searched text.

See Also