Intersoft ClientUI Documentation
ItemsSource Property (HierarchicalDataTemplate)



Gets or sets the collection that is used to generate content for the next sublevel in the data hierarchy.
Syntax
Public Property ItemsSource As Binding
Dim instance As HierarchicalDataTemplate
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);
}

Property Value

The collection that is used to generate content for the next sublevel in the data hierarchy. The default value is null.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

HierarchicalDataTemplate Class
HierarchicalDataTemplate Members

Send Feedback