Gets or sets the collection of TimeSpan values offered in the drop-down part of the TimeSpanPicker. This is a dependency property.

Namespace: Mindscape.SilverlightElements
Assembly: Mindscape.SilverlightElements (in Mindscape.SilverlightElements.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
public IList<TimeSpan> ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As IList(Of TimeSpan)
	Get
	Set
Visual C++
public:
property IList<TimeSpan>^ ItemsSource {
	IList<TimeSpan>^ get ();
	void set (IList<TimeSpan>^ value);
}

See Also