MindFusion.Wpf Pack Programmer's Guide
Item.AllDayEvent Property
See Also
 





Gets or sets a value indicating whether the item represents an all day event.

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

 Syntax

C#  Copy Code

public abstract bool AllDayEvent { get; set; }

Visual Basic  Copy Code

Public MustOverride Property AllDayEvent As Boolean

 Property Value

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

 Remarks

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

 See Also

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