Sets the view type of the control.

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

Syntax

JavaScript
function setViewType(viewType, displayDates, forceUpdate);

Parameters

viewType
Type: C1.Web.UI.Controls.C1Schedule..::..ScheduleViewEnum
The view type.
displayDates
Type: System..::..Object
The display dates.
forceUpdate
Type: System..::..Boolean
if set to true [force update].

See Also