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

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.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