HtmlForgeX

API Reference

Class

TablerTaskOverviewCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Product-style task overview card with a segmented status bar, count summary, and compact status 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

Methods

public TablerTaskOverviewCard AddSegment(String label, String value, Double percent, TablerColor color) #
Returns: TablerTaskOverviewCard

Adds a status segment to the bar and row list.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
percent System.Double requiredposition: 2
color HtmlForgeX.TablerColor requiredposition: 3
RegisterLibraries() #
public TablerTaskOverviewCard Settings(Action<TablerTaskOverviewCardSettings> configure) #
Returns: TablerTaskOverviewCard

Groups less-common display options under a smaller fluent surface.

Parameters

configure System.Action{HtmlForgeX.TablerTaskOverviewCardSettings} requiredposition: 0
public TablerTaskOverviewCard Subtitle(String subtitle) #
Returns: TablerTaskOverviewCard

Sets supporting copy shown below the title.

Parameters

subtitle System.String requiredposition: 0
public TablerTaskOverviewCard Summary(String label, String value) #
Returns: TablerTaskOverviewCard

Sets the main summary label and value.

Parameters

label System.String requiredposition: 0
value System.String requiredposition: 1
public TablerTaskOverviewCard Title(String title) #
Returns: TablerTaskOverviewCard

Sets the card title.

Parameters

title System.String requiredposition: 0
public override String ToString() #
Returns: String