Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / C1TreeViewItem Class / LastNode Property

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