HtmlForgeX

API Reference

Class

TablerReviewListCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerReviewListCard.

Inheritance

  • Object
  • TablerReviewListCardSettings

Methods

public TablerReviewListCardSettings Accent(TablerColor color) #
Returns: TablerReviewListCardSettings

Sets the accent color used by the review feed shell.

Parameters

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

Compacts the card spacing for denser layouts.

Parameters

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

Applies compact summary-strip styling to the metric rail.

Parameters

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

Returns control to the root review feed card.

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

Makes the card stretch to the available height.

Parameters

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

Sets the minimum column width for summary-strip metrics.

Parameters

width System.String requiredposition: 0