HtmlForgeX

API Reference

Class

TablerComparisonList

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Compact comparison list for current-vs-baseline, plan-vs-actual, and similar paired-value dashboard rows.

Inheritance

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

Accepted by parameters

Constructors

public TablerComparisonList() #

Methods

public TablerComparisonList AddItem(Action<TablerComparisonListItem> configure) #
Returns: TablerComparisonList

Adds a typed comparison row.

Parameters

configure System.Action{HtmlForgeX.TablerComparisonListItem} requiredposition: 0
RegisterLibraries() #
public TablerComparisonList Settings(Action<TablerComparisonListSettings> configure) #
Returns: TablerComparisonList

Groups less-common display toggles under a single fluent entry point.

Parameters

configure System.Action{HtmlForgeX.TablerComparisonListSettings} requiredposition: 0
public override String ToString() #
Returns: String