MindFusion WinForms Programmer's Guide
TimetableSettings.EnableDayItems Property
See Also
 





Gets or sets a value indicating whether items longer than 24 hours are displayed in the day header or not.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State EnableDayItems { get; set; }

Visual Basic  Copy Code

Public Property EnableDayItems As State

 Property Value

A value of the State enumeration. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

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.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WinForms Namespace