API Reference
Enum
FullCalendarToolbarOption
Options that can be placed on a FullCalendar toolbar.
Inheritance
- Enum
- FullCalendarToolbarOption
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property FullCalendarToolbar.CenterOptions
- Property FullCalendarToolbar.LeftOptions
- Property FullCalendarToolbar.RightOptions
- Field FullCalendarToolbarOption.DayGridMonth
- Field FullCalendarToolbarOption.ListMonth
- Field FullCalendarToolbarOption.ListWeek
- Field FullCalendarToolbarOption.Next
- Field FullCalendarToolbarOption.NextYear
- Field FullCalendarToolbarOption.Prev
- Field FullCalendarToolbarOption.PrevYear
- Field FullCalendarToolbarOption.TimeGridDay
- Field FullCalendarToolbarOption.TimeGridWeek
- Field FullCalendarToolbarOption.Title
- Field FullCalendarToolbarOption.Today
Accepted by parameters
- Method FullCalendarToolbar.Center
- Method FullCalendarToolbar.Center
- Method FullCalendarToolbar.Left
- Method FullCalendarToolbar.Left
- Method FullCalendarToolbar.Right
- Method FullCalendarToolbar.Right
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