Gets or sets the collection of times to be displayed in the drop-down part of the control. 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<TimeOfDay> ItemsSource { get; set; }
Visual Basic
Public Property ItemsSource As IList(Of TimeOfDay)
	Get
	Set
Visual C++
public:
property IList<TimeOfDay>^ ItemsSource {
	IList<TimeOfDay>^ get ();
	void set (IList<TimeOfDay>^ value);
}

See Also