HtmlForgeX

API Reference

Class

TablerRankedListItem

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

A single ranked item inside TablerRankedList.

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 TablerRankedListItem() #

Methods

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

Adds classes to the rendered item.

Parameters

className System.String requiredposition: 0
public TablerRankedListItem Color(TablerColor color) #
Returns: TablerRankedListItem

Sets the accent color used for the optional bar and badge.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerRankedListItem Href(String href) #
Returns: TablerRankedListItem

Makes the whole row clickable.

Parameters

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

Sets the primary list label.

Parameters

label System.String requiredposition: 0
public TablerRankedListItem Progress(Int32 progress) #
Returns: TablerRankedListItem

Sets the compact progress bar percentage.

Parameters

progress System.Int32 requiredposition: 0
public TablerRankedListItem Subtitle(String subtitle) #
Returns: TablerRankedListItem

Sets supporting secondary text.

Parameters

subtitle System.String requiredposition: 0
public override String ToString() #
Returns: String
public TablerRankedListItem Value(String value) #
Returns: TablerRankedListItem

Sets the trailing headline value.

Parameters

value System.String requiredposition: 0