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
C# Copy Code |
---|
public bool IsAllDayEvent { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property IsAllDayEvent As Boolean |
true if the item being painted is an all-day event; otherwise, false.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |