Gets the MonthSettings object used to customize the visualization of months in the MonthRange and SingleMonth views.
Namespace: MindFusion.Scheduling.Wpf
Assembly: MindFusion.Scheduling.Wpf
SyntaxC#
Copy Code
|
|---|
public MonthSettings MonthSettings { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MonthSettings As MonthSettings |
An instance of the MonthSettings class.
See Also