Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml 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