ComponentOne FinancialChart for WPF
C1.WPF 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 IList
    'Usage
     
    
    Dim instance As C1HierarchicalPresenter
    Dim value As IList
     
    value = instance.ParentCollection
    public IList ParentCollection {get;}
    public:
    property IList^ ParentCollection {
       IList^ get();
    }
    See Also