Search
TimetableSettings.GroupHourCount Property
See Also
 






Gets or sets the number of hours to group when GroupHours is set to Enabled.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int GroupHourCount { get; set; }

Visual Basic  Copy Code

Public Property GroupHourCount As Integer

 Property Value

A non-negative integer value specifying the number of hours to group. Assign -1 to this property to use the corresponding value from the current theme.

 See Also