MindFusion.Scheduling for ASP.NET 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.WebForms

 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.

 See Also

Item Members
Item Class
MindFusion.Scheduling Namespace