Search
Calendar.TimetableSettings Property
See Also
 






Gets the TimetableSettings object used to customize the visualization of days and hours in Timetable view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimetableSettings TimetableSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property TimetableSettings As TimetableSettings

 Property Value

An instance of the TimetableSettings class.

 See Also