ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1HierarchicalPresenter Class / ParentItemsSource Property

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