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

In This Topic
    TreeView Property
    In This Topic
    Identifies the parent C1TreeView of this item.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TreeView As C1TreeView
    public C1TreeView TreeView {get;}
    See Also