API Reference
Class
TablerCalendarWorkspaceCardSettings
Settings sub-builder for TablerCalendarWorkspaceCard.
Inheritance
- Object
- TablerCalendarWorkspaceCardSettings
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method TablerCalendarWorkspaceCardSettings.Accent
- Method TablerCalendarWorkspaceCardSettings.BusinessHours
- Method TablerCalendarWorkspaceCardSettings.CalendarHeight
- Method TablerCalendarWorkspaceCardSettings.Compact
- Method TablerCalendarWorkspaceCardSettings.FillHeight
- Method TablerCalendarWorkspaceCardSettings.InitialDate
- Method TablerCalendarWorkspaceCardSettings.InitialView
- Method TablerCalendarWorkspaceCardSettings.MinHeight
- Method TablerCalendarWorkspaceCardSettings.NavLinks
- Method TablerCalendarWorkspaceCardSettings.NowIndicator
Accepted by parameters
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