Gets or sets a value indicating whether hours displayed in the timeline are grouped.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public State GroupHours { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property GroupHours As State |
Specify Enabled to enable grouping; otherwise, Disabled. Assign Unspecified to this property to use the corresponding value from the current theme.
RemarksCertain conditions prevent hours from grouping, such as when the hours are not divisible by the specified CellTime.
See Also