Gets an object defining the appearance of the Month view in this view.
Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public abstract MonthSettings MonthSettings { get; } |
Visual Basic
Copy Code
|
|---|
Public MustOverride ReadOnly Property MonthSettings As MonthSettings |
An instance of the MonthSettings class.
See Also