Gets or sets the schedule to be displayed inside the calendar control.
Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public Schedule Schedule { get; set; } |
Visual Basic
![]() |
---|
Public Property Schedule As Schedule |
An instance of the Schedule class. Default value is an empty Schedule.
You can change the schedule displayed by the control at any time by simply assigning a new Schedule object to this property. You can also make two or more MindFusion.Scheduling controls display the same schedule.