Gets or sets the IDataSource used to define the items displayed by the LoopingListBox. This is a dependency property.

Namespace: Mindscape.PhoneElements
Assembly: Mindscape.PhoneElements (in Mindscape.PhoneElements.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public IDataSource DataSource { get; set; }
Visual Basic
Public Property DataSource As IDataSource
	Get
	Set
Visual C++
public:
property IDataSource^ DataSource {
	IDataSource^ get ();
	void set (IDataSource^ value);
}

See Also