Gets or sets the collection of TimeSpan values which are used as items source. This is a dependency property.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

C#
[BrowsableAttribute(false)]
public ObservableCollection<TimeSpan> TimeSpanItems { get; set; }
Visual Basic (Declaration)
<BrowsableAttribute(False)> _
Public Property TimeSpanItems As ObservableCollection(Of TimeSpan)
	Get
	Set

Remarks

This is a dependency property.

See Also