ASP.NET Pack Programmer's Guide
TimetableSettings.ShowDayHeader Property
See Also
 





Gets or sets a value indicating whether to show the header displaying all-day items.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State ShowDayHeader { get; set; }

Visual Basic  Copy Code

Public Property ShowDayHeader As State

 Property Value

One of the State enumeration values specifying whether to show the all-day items header. Default is State.Enabled.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace