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

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

Syntax

C#
public ReadOnlyCollection<TimeSlot> TimeSlots { get; }
Visual Basic
Public ReadOnly Property TimeSlots As ReadOnlyCollection(Of TimeSlot)
	Get
Visual C++
public:
property ReadOnlyCollection<TimeSlot^>^ TimeSlots {
	ReadOnlyCollection<TimeSlot^>^ get ();
}

See Also