MindFusion.Scheduling for Silverlight Programmer's Guide
Schedule.Items Property
See Also
 





Gets all scheduled items.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public ItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As ItemCollection

 Property Value

An instance of the ItemCollection class containing all items in the schedule.

 Remarks

The Calendar control displays each element of this collection in the time cells corresponding to the item's StartTime and EndTime.

 See Also

Schedule Members
Schedule Class
MindFusion.Scheduling Namespace
Item Class