Gets the collection of timeslots to be displayed in the view.

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

Syntax

C#
public ReadOnlyCollection<TimeSlot> TimeSlots { get; }
Visual Basic (Declaration)
Public ReadOnly Property TimeSlots As ReadOnlyCollection(Of TimeSlot)

See Also