PocketPlanner Programmer's Guide

MonthSettings.DaySettings Property

See Also

Gets the CellSettings object used to customize the visualization of days in SingleMonth and MonthRange views.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public CellSettings DaySettings { get; }

Visual Basic

Public ReadOnly Property DaySettings As CellSettings

 Property Value

An instance of the CellSettings class.

 See Also