API Reference
Enum
FullCalendarToolbarOption
Options that can be placed on a FullCalendar toolbar.
Inheritance
- Enum
- FullCalendarToolbarOption
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const FullCalendarToolbarOption Title #Description("title")Displays the current view title.
Value:
0public const FullCalendarToolbarOption Prev #Description("prev")Button to navigate to the previous period.
Value:
1public const FullCalendarToolbarOption Next #Description("next")Button to navigate to the next period.
Value:
2public const FullCalendarToolbarOption PrevYear #Description("prevYear")Button to go to the previous year.
Value:
3public const FullCalendarToolbarOption NextYear #Description("nextYear")Button to go to the next year.
Value:
4public const FullCalendarToolbarOption Today #Description("today")Button to navigate to today.
Value:
5public const FullCalendarToolbarOption DayGridMonth #Description("dayGridMonth")Switch to month view.
Value:
6public const FullCalendarToolbarOption TimeGridWeek #Description("timeGridWeek")Switch to week view.
Value:
7public const FullCalendarToolbarOption TimeGridDay #Description("timeGridDay")Switch to day view.
Value:
8public const FullCalendarToolbarOption ListWeek #Description("listWeek")Switch to agenda list for the week.
Value:
9public const FullCalendarToolbarOption ListMonth #Description("listMonth")Switch to agenda list for the month.
Value:
10