Gets or sets a value indicating whether the Item represents an all day event.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling.WebForms
C#
![]() |
---|
public abstract bool AllDayEvent { get; set; } |
Visual Basic
![]() |
---|
Public MustOverride Property AllDayEvent As Boolean |
true if the Item is an all day event; otherwise false.