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

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 TablerDataGridCard Accent(TablerColor color) #
Returns: TablerDataGridCard

Sets the ambient accent color used by the card surface.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
AddItem 2 overloads
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
public TablerDataGridCard AddItem(String title, String content, Action<TablerDataGridItem> configure) #
Returns: TablerDataGridCard

Adds a simple title-content item and exposes the created grid item for inline configuration.

Parameters

title System.String requiredposition: 0
content System.String requiredposition: 1
configure System.Action{HtmlForgeX.TablerDataGridItem} requiredposition: 2
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
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