HtmlForgeX

API Reference

Enum

FullCalendarToolbarOption

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed
Attributes
JsonConverter(typeof(FullCalendarToolbarOptionConverter))

Options that can be placed on a FullCalendar toolbar.

Inheritance

  • Enum
  • FullCalendarToolbarOption

Values

public const FullCalendarToolbarOption Title #
Description("title")

Displays the current view title.

Value: 0
public const FullCalendarToolbarOption Prev #
Description("prev")

Button to navigate to the previous period.

Value: 1
public const FullCalendarToolbarOption Next #
Description("next")

Button to navigate to the next period.

Value: 2
public const FullCalendarToolbarOption PrevYear #
Description("prevYear")

Button to go to the previous year.

Value: 3
public const FullCalendarToolbarOption NextYear #
Description("nextYear")

Button to go to the next year.

Value: 4
public const FullCalendarToolbarOption Today #
Description("today")

Button to navigate to today.

Value: 5
public const FullCalendarToolbarOption DayGridMonth #
Description("dayGridMonth")

Switch to month view.

Value: 6
public const FullCalendarToolbarOption TimeGridWeek #
Description("timeGridWeek")

Switch to week view.

Value: 7
public const FullCalendarToolbarOption TimeGridDay #
Description("timeGridDay")

Switch to day view.

Value: 8
public const FullCalendarToolbarOption ListWeek #
Description("listWeek")

Switch to agenda list for the week.

Value: 9
public const FullCalendarToolbarOption ListMonth #
Description("listMonth")

Switch to agenda list for the month.

Value: 10