Search
Calendar.MonthSettings Property
See Also
 





Gets the MonthSettings object used to customize the visualization of months in the MonthRange and SingleMonth views.

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

 Syntax

C#  Copy Code

public MonthSettings MonthSettings { get; }

Visual Basic  Copy Code

Public ReadOnly Property MonthSettings As MonthSettings

 Property Value

An instance of the MonthSettings class.

 See Also