ComponentOne FinancialChart for WPF
ItemsSource Property (C1HierarchicalDataTemplate)



C1.WPF Namespace > C1HierarchicalDataTemplate Class : ItemsSource Property
Gets or sets the binding for this data template, which indicates where to find the collection that represents the next level in the data hierarchy.
Syntax
'Declaration
 
Public Property ItemsSource As Binding
'Usage
 
Dim instance As C1HierarchicalDataTemplate
Dim value As Binding
 
instance.ItemsSource = value
 
value = instance.ItemsSource
public Binding ItemsSource {get; set;}
public:
property Binding^ ItemsSource {
   Binding^ get();
   void set (    Binding^ value);
}
See Also

Reference

C1HierarchicalDataTemplate Class
C1HierarchicalDataTemplate Members