MindFusion.Scheduling for Silverlight Programmer's Guide
TimetableSettings.WorkTimeCellStyle Property
See Also
 





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

Namespace: MindFusion.Scheduling.Silverlight
Assembly: MindFusion.Scheduling.Silverlight

 Syntax

C#  Copy Code

public CalendarStyle WorkTimeCellStyle { get; set; }

Visual Basic  Copy Code

Public Property WorkTimeCellStyle As CalendarStyle

 Property Value

A CalendarStyle object specifying the style of the work time cells. This property cannot be null (Nothing in Visual Basic).

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.Silverlight Namespace
CellStyle Property
CalendarStyle Class