Search
Theme.MonthSettings Property
See Also
 





Gets an object defining the appearance of the SingleMonth view in this view.

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

 Syntax

C#  Copy Code

public abstract MonthSettings MonthSettings { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property MonthSettings As MonthSettings

 Property Value

An instance of the MonthSettings class.

 See Also