Gets or sets the ViewType value determining currently displayed view.

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

Syntax

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

See Also