Search
TimetableSettings.WorkTimeCellStyle Property
See Also
 






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

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public Style WorkTimeCellStyle { get; set; }

Visual Basic  Copy Code

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