PocketPlanner Programmer's Guide

TimetableSettings.WorkTimeCellStyle Property

See Also

Gets or sets the style of cells in the work time interval.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public Style WorkTimeCellStyle { get; set; }

Visual Basic

Public Property WorkTimeCellStyle As Style

 Property Value

A Style object specifying the style of the work time cells. This property cannot be null.

 See Also