API Reference
Class
FullCalendarSettings
Settings sub‑builder for FullCalendar.
Inheritance
- Object
- FullCalendarSettings
Methods
public FullCalendarSettings BusinessHours(Boolean value = true) #Returns:
FullCalendarSettingsDisplays business hours on the calendar.
Parameters
- value System.Boolean = true
- True to show business hours.
public FullCalendarSettings ButtonIcons(Boolean value = true) #Returns:
FullCalendarSettingsUses button icons instead of text labels.
Parameters
- value System.Boolean = true
- True to show icons.
public FullCalendarSettings DayMaxEventRows(Boolean value = true) #Returns:
FullCalendarSettingsLimits the number of events displayed per day.
Parameters
- value System.Boolean = true
- True to enable row limiting.
public FullCalendarSettings Editable(Boolean value = true) #Returns:
FullCalendarSettingsAllows events to be dragged and resized.
Parameters
- value System.Boolean = true
- True to make events editable.
public FullCalendarSettings Height(String value) #Returns:
FullCalendarSettingsSets the rendered calendar height.
Parameters
- value System.String
- A CSS height value.
public FullCalendarSettings InitialDate(DateTime value) #Returns:
FullCalendarSettingsSets the initial date displayed when the calendar loads.
Parameters
- value System.DateTime
- The date to display initially.
public FullCalendarSettings InitialView(FullCalendarInitialView value) #Returns:
FullCalendarSettingsSets the initial calendar view.
Parameters
- value HtmlForgeX.FullCalendarInitialView
- The display mode to open.
public FullCalendarSettings NowIndicator(Boolean value = true) #Returns:
FullCalendarSettingsShows a marker for the current time on the calendar.
Parameters
- value System.Boolean = true
- True to display the indicator.
public FullCalendarSettings Selectable(Boolean value = true) #Returns:
FullCalendarSettingsAllows users to select date ranges.
Parameters
- value System.Boolean = true
- True to enable selection.
public FullCalendarSettings SelectMirror(Boolean value = true) #Returns:
FullCalendarSettingsMirrors the selected range while dragging.
Parameters
- value System.Boolean = true
- True to enable mirror effect.
public FullCalendarSettings WeekNumberCalculation(String value) #Returns:
FullCalendarSettingsSets the algorithm used for week number calculation.
Parameters
- value System.String
- Calculation mode.
public FullCalendarSettings WeekNumbers(Boolean value = true) #Returns:
FullCalendarSettingsShows week numbers in the calendar.
Parameters
- value System.Boolean = true
- True to display week numbers.