API Reference
Class
TablerCalendarWorkspaceCardSettings
Settings sub-builder for TablerCalendarWorkspaceCard.
Inheritance
- Object
- TablerCalendarWorkspaceCardSettings
Methods
public TablerCalendarWorkspaceCardSettings Accent(TablerColor color) #Returns:
TablerCalendarWorkspaceCardSettingsSets the accent color used by the card.
Parameters
- color HtmlForgeX.TablerColor
public TablerCalendarWorkspaceCardSettings BusinessHours(Boolean enable = true) #Returns:
TablerCalendarWorkspaceCardSettingsEnables or disables calendar business hours.
Parameters
- enable System.Boolean = true
public TablerCalendarWorkspaceCardSettings CalendarHeight(String value) #Returns:
TablerCalendarWorkspaceCardSettingsSets the height of the rendered calendar stage.
Parameters
- value System.String
public TablerCalendarWorkspaceCardSettings Compact(Boolean enable = true) #Returns:
TablerCalendarWorkspaceCardSettingsUses tighter spacing inside the card.
Parameters
- enable System.Boolean = true
public TablerCalendarWorkspaceCard End() #Returns:
TablerCalendarWorkspaceCardReturns control to the root card.
public TablerCalendarWorkspaceCardSettings FillHeight(Boolean enable = true) #Returns:
TablerCalendarWorkspaceCardSettingsMakes the card stretch to the available height.
Parameters
- enable System.Boolean = true
public TablerCalendarWorkspaceCardSettings InitialDate(DateTime value) #Returns:
TablerCalendarWorkspaceCardSettingsSets the initial date of the inner calendar.
Parameters
- value System.DateTime
public TablerCalendarWorkspaceCardSettings InitialView(FullCalendarInitialView value) #Returns:
TablerCalendarWorkspaceCardSettingsSets the initial view of the inner calendar.
Parameters
- value HtmlForgeX.FullCalendarInitialView
public TablerCalendarWorkspaceCardSettings MinHeight(String value) #Returns:
TablerCalendarWorkspaceCardSettingsSets the minimum height of the outer card shell.
Parameters
- value System.String
public TablerCalendarWorkspaceCardSettings NowIndicator(Boolean enable = true) #Returns:
TablerCalendarWorkspaceCardSettingsEnables or disables the current-time indicator.
Parameters
- enable System.Boolean = true