Gets or sets a collection that is used to generate the content of the control.

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

Syntax

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

Remarks

The collection must implement the IEnumerable interface.

See Also