ASP.NET Pack Programmer's Guide
Calendar.Schedule Property
See Also
 





Gets or sets the schedule to be displayed inside the calendar control.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public Schedule Schedule { get; set; }

Visual Basic  Copy Code

Public Property Schedule As Schedule

 Property Value

An instance of the Schedule class. Default value is an empty Schedule.

 Remarks

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.

 See Also

Calendar Members
Calendar Class
MindFusion.Scheduling.WebForms Namespace