MindFusion.Scheduling for ASP.NET Programmer's Guide
TimetableSettings.EnableWorkOnWeekends Property
See Also
 





Gets or sets a value indicating whether to color the work-time cells in weekend days.

Namespace: MindFusion.Scheduling.WebForms
Assembly: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public State EnableWorkOnWeekends { get; set; }

Visual Basic  Copy Code

Public Property EnableWorkOnWeekends As State

 Property Value

One of the State enumeration values. Default value is State.Disabled.
 

 Remarks

If this property is enabled the work-time cells in weekend days are colored.

 See Also

TimetableSettings Members
TimetableSettings Class
MindFusion.Scheduling.WebForms Namespace