MindFusion.Wpf Pack Programmer's Guide
Calendar.Schedule Property
See Also
 





Gets or sets the schedule whose information should be displayed inside the calendar control. This is a dependency property.

Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf

 Syntax

C#  Copy Code

public Schedule Schedule { get; set; }

Visual Basic  Copy Code

Public Property Schedule As Schedule

 Property Value

A Schedule object providing the schedule data displayed in the calendar view.

 Remarks

You can easily substitute the schedule being displayed by the control at any time by simply assigning a new Schedule object to this property. You can also make two or more Calendar controls display the same schedule.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.Wpf Namespace
Schedule Class