TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / PropertyPath Class / SetPath Method
The string, which uses the '\\' as a separator.

In This Topic
    SetPath Method (PropertyPath)
    In This Topic
    Sets this collection from string with fields or properties.
    Syntax
    'Declaration
     
    
    Public Sub SetPath( _
       ByVal path As String _
    ) 
    public void SetPath( 
       string path
    )

    Parameters

    path
    The string, which uses the '\\' as a separator.
    See Also