Intersoft ClientUI Documentation
ItemsSource Property
See Also  Send Feedback
Intersoft.Client.Framework Namespace > HierarchicalDataTemplate Class : ItemsSource Property






Gets or sets the collection that is used to generate content for the next sublevel in the data hierarchy.

Syntax

Visual Basic (Declaration) 
Public Property ItemsSource As Binding
Visual Basic (Usage)Copy Code
Dim instance As HierarchicalDataTemplate
Dim value As Binding
 
instance.ItemsSource = value
 
value = instance.ItemsSource
C# 
public Binding ItemsSource {get; set;}
Delphi 
public read-write property ItemsSource: Binding; 
JScript 
public function get,set ItemsSource : Binding
Managed Extensions for C++ 
public: __property Binding* get_ItemsSource();
public: __property void set_ItemsSource( 
   Binding* value
);
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.