Search
ItemDrawContext.IsAllDayEvent Property
See Also
 






Gets a value indicating whether the item is an all day event or not. The item is always considered an all day event if it is drawn outside of a Timetable view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public bool IsAllDayEvent { get; }

Visual Basic  Copy Code

Public ReadOnly Property IsAllDayEvent As Boolean

 Property Value

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

 See Also