Sparkline for UWP | ComponentOne
C1.UWP Assembly / C1.Xaml Namespace / C1TreeView Class / ParentItemsSource Property

In This Topic
    ParentItemsSource Property (C1TreeView)
    In This Topic
    Returns this element's parent ItemsSource Property.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ParentItemsSource As IEnumerable
    public IEnumerable ParentItemsSource {get;}
    See Also