CalendarView enum

Available views for SfCalendar.

Inheritance

Constructors

CalendarView()
const

Values

day → const CalendarView
  • CalendarView.day, displays the day view.
week → const CalendarView
  • CalendarView.week, displays the week view.
workWeek → const CalendarView
  • CalendarView.workWeek, displays the workweek view.
month → const CalendarView
  • CalendarView.month, displays the month view.
timelineDay → const CalendarView
  • CalendarView.timelineDay, displays the timeline day view.
timelineWeek → const CalendarView
  • CalendarView.timelineWeek, displays the timeline week view.
timelineWorkWeek → const CalendarView
  • CalendarView.timelineWorkWeek, displays the timeline work week view.
timelineMonth → const CalendarView

CalendarView.timelineMonth, refers to the timeline month view in SfCalendar.

In timeline month view, current month dates are rendered as columns along a horizontal axis with each column representing a day in a month. See also: TimeSlotViewSettings For more about time slot views refer here

schedule → const CalendarView
  • CalendarView.schedule, displays the schedule view.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<CalendarView>
A constant List of the values in this enum, in order of their declaration.