Search
Theme.TimetableSettings Property
See Also
 





Gets an object defining the appearance of the Timetable view in this theme.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract TimetableSettings TimetableSettings { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property TimetableSettings As TimetableSettings

 Property Value

An instance of the TimetableSettings class.

 See Also