Gets the MonthSettings object used to customize the visualization of months in a Month view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public MonthSettings MonthSettings { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MonthSettings As MonthSettings |
An instance of the MonthSettings class.
See Also