Search
TimetableSettings.GroupHours Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State GroupHours { get; set; }

Visual Basic  Copy Code

Public Property GroupHours As State

 Property Value

Specify Enabled to enable grouping; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.

 Remarks

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

 See Also