PocketPlanner Programmer's Guide

WeekRangeSettings.DaySettings Property

See Also

Gets the CellSettings object used to customize the visualization of days in a WeekRange view.

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