HtmlForgeX

API Reference

Class

TablerActionSummaryCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerActionSummaryCard.

Inheritance

  • Object
  • TablerActionSummaryCardSettings

Methods

public TablerActionSummaryCardSettings Accent(TablerColor color) #
Returns: TablerActionSummaryCardSettings

Sets the accent color used by the card shell.

Parameters

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

Compacts the card spacing for denser layouts.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerActionSummaryCardSettings CompactMetrics(Boolean enable = true) #
Returns: TablerActionSummaryCardSettings

Applies compact summary-strip styling to the metric rail.

Parameters

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

Returns control to the root action summary card.

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

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerActionSummaryCardSettings MinColumnWidth(String width) #
Returns: TablerActionSummaryCardSettings

Sets the minimum column width for summary-strip metrics.

Parameters

width System.String requiredposition: 0
public TablerActionSummaryCardSettings SectionSplitAt(TablerBreakpoint breakpoint) #
Returns: TablerActionSummaryCardSettings

Controls when the actions and notes areas switch into a two-column layout. Defaults to ExtraExtraLarge so narrower support columns stay readable on half-width and smaller windows.

Parameters

breakpoint HtmlForgeX.TablerBreakpoint requiredposition: 0