Gets or sets the IEnumerable used to populate the editor's popup window.

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

See Also