Searches C1Tab through the collection by the Value. Recursive searching is used until C1Tab is found.

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
property

Return Value

First C1Tab that match the searched value.

See Also