Gets or sets the schedule whose information should be displayed inside the calendar control.
Namespace: MindFusion.Scheduling.Compact Assembly: PocketPlanner
Syntax
C# |
public Schedule Schedule { get; set; } |
Visual Basic |
Public Property Schedule As Schedule |
Property Value
An Schedule object providing the schedule data displayed in the calendar view.
See Also
|