HtmlForgeX

API Reference

Class

TablerTimelinePlannerCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerTimelinePlannerCard.

Inheritance

  • Object
  • TablerTimelinePlannerCardSettings

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Methods

public TablerTimelinePlannerCardSettings Class(String cssClass) #
Returns: TablerTimelinePlannerCardSettings
EditorBrowsable(2)

Adds a CSS class to the card host.

Parameters

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

Applies denser spacing for embedded previews.

Parameters

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

Returns control to the root card.

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

Stretches the card to the available column height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerTimelinePlannerCardSettings Height(String height) #
Returns: TablerTimelinePlannerCardSettings
EditorBrowsable(2)

Sets the minimum timeline stage height.

Type Parameters

THeight

Parameters

height System.String requiredposition: 0
Height``1(``0 height) #

Sets the minimum timeline stage height.

Parameters

height ``0 required
public TablerTimelinePlannerCardSettings Menu(Boolean show = true) #
Returns: TablerTimelinePlannerCardSettings

Shows or hides the options affordance.

Parameters

show System.Boolean = true optionalposition: 0