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