PocketPlanner Programmer's Guide

Calendar.MonthSettings Property

See Also

Gets the MonthSettings object used to customize the visualization of months in the MonthRange and SingleMonth views.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public MonthSettings MonthSettings { get; }

Visual Basic

Public ReadOnly Property MonthSettings As MonthSettings

 Property Value

An instance of the MonthSettings class.

 See Also