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





Gets or sets a value indicating whether hours displayed in the timeline are grouped.

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

 Syntax

C#  Copy Code

public State GroupHours { get; set; }

Visual Basic  Copy Code

Public Property GroupHours As State

 Property Value

One of the State enumeration values specifying whether hours in the timeline are grouped. Default value is State.Enabled.

 Remarks

Certain conditions prevent hours from grouping, such as when the hours are not divisible by the specified CellTime.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace