ComponentOne FinancialChart for WPF
ParentCollection Property



C1.WPF Namespace > C1HierarchicalPresenter Class : ParentCollection Property
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

Reference

C1HierarchicalPresenter Class
C1HierarchicalPresenter Members