Search
Calendar.MonthSettings Property
See Also
 






Gets the MonthSettings object used to customize the visualization of months in a Month view.

Namespace: MindFusion.Scheduling
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