HtmlForgeX

API Reference

Class

TablerDataGridCard

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Element
Modifiers sealed

Reusable card shell for DataGrid-backed status and operator summary surfaces.

Inheritance

Constructors

Methods

public TablerDataGridCard Accent(TablerColor color) #
Returns: TablerDataGridCard

Sets the ambient accent color used by the card surface.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerDataGridCard AddItem(String title, String content) #
Returns: TablerDataGridCard

Adds a simple title-content item to the underlying data grid.

Parameters

title System.String requiredposition: 0
content System.String requiredposition: 1
GetAuxiliaryChildren() #
public TablerDataGridCard Grid(Action<TablerDataGrid> configure) #
Returns: TablerDataGridCard

Configures the underlying data grid for richer layouts or responsive behavior.

Parameters

configure System.Action{HtmlForgeX.TablerDataGrid} requiredposition: 0
OnAddedToDocument() #
RegisterLibraries() #
public TablerDataGridCard Settings(Action<TablerDataGridCardSettings> configure) #
Returns: TablerDataGridCard

Groups advanced display options under a smaller fluent surface.

Parameters

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

Sets supporting text displayed below the card title.

Parameters

subtitle System.String requiredposition: 0
public TablerDataGridCard Title(String title) #
Returns: TablerDataGridCard

Sets the card title.

Parameters

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