Search
TimetableSettings.ShowMinutesInHourHeaders Property
See Also
 






Gets or sets a value indicating whether to display the minutes of each hour in the timeline header when it displays whole hour cells.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public State ShowMinutesInHourHeaders { get; set; }

Visual Basic  Copy Code

Public Property ShowMinutesInHourHeaders As State

 Property Value

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

 Remarks

Whole hour cells are displayed when the hours are divisible by the specified CellTime.

 See Also