ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / FindNodeByValue(String) Method
node property

In This Topic
    FindNodeByValue(String) Method
    In This Topic
    Searches C1TreeViewNode node through the collection by the Value. Recursive searching is used until C1TreeViewNode node is found.
    Syntax
    'Declaration
     
    Public Function FindNodeByValue( _
       ByVal value As System.String _
    ) As C1TreeViewNode
    public C1TreeViewNode FindNodeByValue( 
       System.string value
    )

    Parameters

    value
    node property

    Return Value

    First C1TreeViewNode node that match the searched text.
    See Also