HtmlForgeX

API Reference

Class

TablerCalendarWorkspaceCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerCalendarWorkspaceCard.

Inheritance

  • Object
  • TablerCalendarWorkspaceCardSettings

Methods

public TablerCalendarWorkspaceCardSettings Accent(TablerColor color) #
Returns: TablerCalendarWorkspaceCardSettings

Sets the accent color used by the card.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerCalendarWorkspaceCardSettings BusinessHours(Boolean enable = true) #
Returns: TablerCalendarWorkspaceCardSettings

Enables or disables calendar business hours.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCalendarWorkspaceCardSettings CalendarHeight(String value) #
Returns: TablerCalendarWorkspaceCardSettings

Sets the height of the rendered calendar stage.

Parameters

value System.String requiredposition: 0
public TablerCalendarWorkspaceCardSettings Compact(Boolean enable = true) #
Returns: TablerCalendarWorkspaceCardSettings

Uses tighter spacing inside the card.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCalendarWorkspaceCard End() #
Returns: TablerCalendarWorkspaceCard

Returns control to the root card.

public TablerCalendarWorkspaceCardSettings FillHeight(Boolean enable = true) #
Returns: TablerCalendarWorkspaceCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerCalendarWorkspaceCardSettings InitialDate(DateTime value) #
Returns: TablerCalendarWorkspaceCardSettings

Sets the initial date of the inner calendar.

Parameters

value System.DateTime requiredposition: 0
public TablerCalendarWorkspaceCardSettings InitialView(FullCalendarInitialView value) #
Returns: TablerCalendarWorkspaceCardSettings

Sets the initial view of the inner calendar.

Parameters

value HtmlForgeX.FullCalendarInitialView requiredposition: 0
public TablerCalendarWorkspaceCardSettings MinHeight(String value) #
Returns: TablerCalendarWorkspaceCardSettings

Sets the minimum height of the outer card shell.

Parameters

value System.String requiredposition: 0
public TablerCalendarWorkspaceCardSettings NowIndicator(Boolean enable = true) #
Returns: TablerCalendarWorkspaceCardSettings

Enables or disables the current-time indicator.

Parameters

enable System.Boolean = true optionalposition: 0