MindFusion.Scheduling for Silverlight Programmer's Guide
Appointment.AllDayEvent Property
See Also
 





Gets or sets a value indicating whether the appointment is an all-day event.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public override bool AllDayEvent { get; set; }

Visual Basic  Copy Code

Public Overrides Property AllDayEvent As Boolean

 Property Value

true if the item is an all day event; otherwise, false. The default is false.

 Remarks

All day events are displayed in a special header area when the Calendar displays a timetable view.

 See Also

Appointment Members
Appointment Class
MindFusion.Scheduling Namespace
StartTime Property
EndTime Property