Gets or sets a value indicating whether hours displayed in the timeline are grouped.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
C# 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.
Certain conditions prevent hours from grouping, such as when the hours are not divisible by the specified CellTime.
Scheduling for .NET MAUI Guide | © 2023 MindFusion |