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