Click or drag to resize
SchedulerViewType Enumeration
Specifies the view mode of a KaxScheduler control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum SchedulerViewType
Members
  Member nameValueDescription
DayView0 A view that spans a single day. All day-events are displayed in a separate row on top.
WeekView1 A view that spans seven days. Each day is displayed as in DayView mode and the current date is highlighted.
MonthView2A view that spans a whole month. The current date is highlighted.
TimelineView3 The Timeline view spans an arbitrary time period. It is divided in slots with user selectable duration.
MultiDayView4 Similar to WeekView, but shows a fixed number of days and does not observe week boundaries.
See Also