Gets or sets the Boolean value determining whether control shows working time only. This is a dependency property. This property affects Day/Work Week views or any custom view which has VisualIntervalScale value less than one day.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
public bool ShowWorkTimeOnly { get; set; }
Visual Basic
Public Property ShowWorkTimeOnly As Boolean
	Get
	Set

See Also