HtmlForgeX

API Reference

Class

TablerComparisonListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single comparison row inside TablerComparisonList.

Inheritance

Usage

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

Accepted by parameters

Constructors

public TablerComparisonListItem() #

Methods

public TablerComparisonListItem Class(String className) #
Returns: TablerComparisonListItem
EditorBrowsable(2)

Adds classes to the rendered row.

Parameters

className System.String requiredposition: 0
public TablerComparisonListItem Current(String value, String label = null) #
Returns: TablerComparisonListItem

Sets the primary/current value and optional caption.

Parameters

value System.String requiredposition: 0
label System.String = null optionalposition: 1
public TablerComparisonListItem Delta(String text, TablerChangeType type) #
Returns: TablerComparisonListItem

Sets the delta text and semantic direction.

Parameters

text System.String requiredposition: 0
type HtmlForgeX.TablerChangeType requiredposition: 1
public TablerComparisonListItem Href(String href) #
Returns: TablerComparisonListItem

Makes the whole row clickable.

Parameters

href System.String requiredposition: 0
public TablerComparisonListItem Label(String label) #
Returns: TablerComparisonListItem

Sets the primary comparison label.

Parameters

label System.String requiredposition: 0
public TablerComparisonListItem Note(String note) #
Returns: TablerComparisonListItem

Sets supporting descriptive text.

Parameters

note System.String requiredposition: 0
public TablerComparisonListItem Reference(String value, String label = null) #
Returns: TablerComparisonListItem

Sets the baseline/reference value and optional caption.

Parameters

value System.String requiredposition: 0
label System.String = null optionalposition: 1
public override String ToString() #
Returns: String