TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / GetValue Method
The level of tree.

In This Topic
    GetValue Method (PropertyPath)
    In This Topic
    Returns the field or property for the specified level.
    Syntax
    'Declaration
     
    
    Public Function GetValue( _
       ByVal level As Integer _
    ) As String
    public string GetValue( 
       int level
    )

    Parameters

    level
    The level of tree.
    See Also