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

In This Topic
    ParentCollection Property
    In This Topic
    Gets the items collection of this element's parent.
    Syntax
    'Declaration
     
    Public ReadOnly Property ParentCollection As System.Collections.IList
    public System.Collections.IList ParentCollection {get;}
    See Also