Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeViewItem Class / Parent Property

In This Topic
    Parent Property (C1TreeViewItem)
    In This Topic
    Gets the C1TreeViewItem that is the parent of this item.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Parent As C1TreeViewItem
    public new C1TreeViewItem Parent {get;}
    See Also