HtmlForgeX

API Reference

Class

FullCalendarToolbar

Namespace HtmlForgeX
Assembly HtmlForgeX

Toolbar configuration for FullCalendar.

Inheritance

  • Object
  • FullCalendarToolbar

Constructors

Methods

Center 2 overloads
public FullCalendarToolbar Center(params FullCalendarToolbarOption[] options) #
Returns: FullCalendarToolbar

Adds a single option to the center of the toolbar.

Parameters

option HtmlForgeX.FullCalendarToolbarOption requiredposition: 0
Center(HtmlForgeX.FullCalendarToolbarOption[] options) #

Adds multiple options to the center of the toolbar.

Parameters

options HtmlForgeX.FullCalendarToolbarOption[] required
Left 2 overloads
public FullCalendarToolbar Left(params FullCalendarToolbarOption[] options) #
Returns: FullCalendarToolbar

Adds a single option to the left side of the toolbar.

Parameters

option HtmlForgeX.FullCalendarToolbarOption requiredposition: 0
Left(HtmlForgeX.FullCalendarToolbarOption[] options) #

Adds multiple options to the left side of the toolbar.

Parameters

options HtmlForgeX.FullCalendarToolbarOption[] required
Right 2 overloads
public FullCalendarToolbar Right(params FullCalendarToolbarOption[] options) #
Returns: FullCalendarToolbar

Adds a single option to the right side of the toolbar.

Parameters

option HtmlForgeX.FullCalendarToolbarOption requiredposition: 0
Right(HtmlForgeX.FullCalendarToolbarOption[] options) #

Adds multiple options to the right side of the toolbar.

Parameters

options HtmlForgeX.FullCalendarToolbarOption[] required

Properties

public List<FullCalendarToolbarOption> LeftOptions { get; set; } #
JsonPropertyName("left")

Options on the left side.

public List<FullCalendarToolbarOption> CenterOptions { get; set; } #
JsonPropertyName("center")

Options displayed in the center.

public List<FullCalendarToolbarOption> RightOptions { get; set; } #
JsonPropertyName("right")

Options on the right side.