Gets or sets a value indicating whether items longer than 24 hours are displayed in the day header or not.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public State EnableDayItems { get; set; } |
Visual Basic Copy Code |
---|
Public Property EnableDayItems As State |
A value of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.
By default, items longer than 1 day or items marked as AllDayEvent are displayed in the day header of the view. If the day header is not displayed (that is, ShowDayHeader is set to State.Disabled) then these items are never displayed. Settings this property to State.Disabled causes all items regardless of their length to be displayed in the main view.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |