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





Gets or sets a value indicating whether to display the minutes of each hour in the timeline header when it displays whole hour cells.

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

 Syntax

C#  Copy Code

public State ShowMinutesInHourHeaders { get; set; }

Visual Basic  Copy Code

Public Property ShowMinutesInHourHeaders As State

 Property Value

One of the State enumeration values. Default value is State.Enabled.

 Remarks

Whole hour cells are displayed when the hours are divisible by the specified CellTime.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace