Gets or sets a value indicating whether the appointment is an all-day event.
Namespace: MindFusion.Scheduling
Package: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public override bool AllDayEvent { get; set; } |
Visual Basic
![]() |
---|
Public Overrides Property AllDayEvent As Boolean |
true if this is an all-day event; otherwise false. Default value is false.
All day events are displayed in a special header area when the Calendar displays a timetable view.