Skip to main content

ViewType

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar

Enumerates the different "views", or ways of displaying days and events.

public enum ViewType : Enum

Fields

NameDescription
AgendaDayShows the events in a single day view with time slots.
AgendaWeekShows the events in a weekly view with time slots.
BasicDayShows the events in a single day view.
BasicWeekShows the events in a simple weekly view.
ListDayDisplays all the events in a day in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListMonthDisplays all the events in a month in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListWeekDisplays all the events in a week in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
ListYearDisplays all the events in a year in a flat list. If there are no events during a specific interval of time, the NoEventsMessage string is displayed.
MonthShows the events in a monthly calendar view.
TimelineDayShows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineMonthShows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineWeekShows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.
TimelineYearShows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.

Used By

NameDescription
FullCalendar.ViewDetermines which view the calendar uses to display the events.