Gets or sets a value indicating if the control should show only working hours in a Day View.

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[BindableAttribute(false)]
[DefaultValueAttribute(false)]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true, true, false)]
public bool ShowWorkTimeOnly { get; set; }
Visual Basic
<BindableAttribute(False)> _
<DefaultValueAttribute(False)> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True, True, False)> _
Public Property ShowWorkTimeOnly As Boolean
	Get
	Set

See Also