Gets all scheduled items.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public ItemCollection Items { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Items As ItemCollection |
An instance of the ItemCollection class containing all items in the schedule.
RemarksThe Calendar control displays each element of this collection in the time cells corresponding to the item's StartTime and EndTime.
See Also