Gets the collection of items in the Schedule.

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

Syntax

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

See Also