TreeView for WPF | ComponentOne
C1.WPF.TreeView Namespace / C1TreeViewItem Class / FirstNode Property

In This Topic
    FirstNode Property
    In This Topic
    Gets this node's first child.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FirstNode As C1TreeViewItem
    public C1TreeViewItem FirstNode {get;}
    See Also