Search
Theme.MonthSettings Property
See Also
 






Gets an object defining the appearance of the Month view in this view.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public abstract MonthSettings MonthSettings { get; }

Visual Basic  Copy Code

Public MustOverride ReadOnly Property MonthSettings As MonthSettings

 Property Value

An instance of the MonthSettings class.

 See Also