Gets the TimetableSettings object used to customize the visualization of days and hours in Timetable view.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public TimetableSettings TimetableSettings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TimetableSettings As TimetableSettings |
An instance of the TimetableSettings class.
See Also