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.

Namespace:  C1.Silverlight
Assembly:  C1.Silverlight (in C1.Silverlight.dll)

Syntax

C#
public Binding ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As Binding
	Get
	Set

See Also