API Reference
Class
FullCalendarToolbar
Toolbar configuration for FullCalendar.
Inheritance
- Object
- FullCalendarToolbar
Constructors
public FullCalendarToolbar() #Methods
Center 2 overloads
public FullCalendarToolbar Center(params FullCalendarToolbarOption[] options) #Returns:
FullCalendarToolbarAdds a single option to the center of the toolbar.
Parameters
- option HtmlForgeX.FullCalendarToolbarOption
Center(HtmlForgeX.FullCalendarToolbarOption[] options) #Adds multiple options to the center of the toolbar.
Parameters
- options HtmlForgeX.FullCalendarToolbarOption[]
Left 2 overloads
public FullCalendarToolbar Left(params FullCalendarToolbarOption[] options) #Returns:
FullCalendarToolbarAdds a single option to the left side of the toolbar.
Parameters
- option HtmlForgeX.FullCalendarToolbarOption
Left(HtmlForgeX.FullCalendarToolbarOption[] options) #Adds multiple options to the left side of the toolbar.
Parameters
- options HtmlForgeX.FullCalendarToolbarOption[]
Right 2 overloads
public FullCalendarToolbar Right(params FullCalendarToolbarOption[] options) #Returns:
FullCalendarToolbarAdds a single option to the right side of the toolbar.
Parameters
- option HtmlForgeX.FullCalendarToolbarOption
Right(HtmlForgeX.FullCalendarToolbarOption[] options) #Adds multiple options to the right side of the toolbar.
Parameters
- options HtmlForgeX.FullCalendarToolbarOption[]
Inherited Methods
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.