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

Namespace:  Mindscape.WpfElements
Assembly:  Mindscape.WpfElements (in Mindscape.WpfElements.dll)
Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public IList<TimeSpan> ItemsSource { get; set; }
Visual Basic (Declaration)
Public Property ItemsSource As IList(Of TimeSpan)

See Also