ViewType

Wisej.Web.Ext.FullCalendar.ViewType

Namespace: Wisej.Web.Ext.FullCalendar

Assembly: Wisej.Web.Ext.FullCalendar (3.2.0.0)

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

public enum ViewType : Enum

Fields

Name
Description

AgendaDay

Shows the events in a single day view with time slots.

AgendaWeek

Shows the events in a weekly view with time slots.

BasicDay

Shows the events in a single day view.

BasicWeek

Shows the events in a simple weekly view.

ListDay

ListMonth

ListWeek

ListYear

Month

Shows the events in a monthly calendar view.

TimelineDay

Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.

TimelineMonth

Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.

TimelineWeek

Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.

TimelineYear

Shows a customizable horizontal time-axis and resources as rows. This is part of the scheduler commercial plug-in.

Used By

Name
Description

Determines which view the calendar uses to display the events.

Last updated