HtmlForgeX

API Reference

Class

TablerRecordInspectorCardSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerRecordInspectorCard.

Inheritance

  • Object
  • TablerRecordInspectorCardSettings

Usage

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

Accepted by parameters

Methods

public TablerRecordInspectorCardSettings Accent(TablerColor color) #
Returns: TablerRecordInspectorCardSettings

Sets the ambient accent color.

Parameters

color HtmlForgeX.TablerColor requiredposition: 0
public TablerRecordInspectorCardSettings ActionsSubtitle(String text) #
Returns: TablerRecordInspectorCardSettings

Sets supporting text shown below the action section label.

Parameters

text System.String requiredposition: 0
public TablerRecordInspectorCardSettings ActionsTitle(String title) #
Returns: TablerRecordInspectorCardSettings

Sets the section label shown above the action list.

Parameters

title System.String requiredposition: 0
public TablerRecordInspectorCardSettings Compact(Boolean enable = true) #
Returns: TablerRecordInspectorCardSettings

Uses tighter spacing across the inspector shell and its summary/signals.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRecordInspectorCardSettings DetailsSurface(TablerSurfaceStyle style) #
Returns: TablerRecordInspectorCardSettings

Applies a surface treatment to the structured details grid only.

Parameters

style HtmlForgeX.TablerSurfaceStyle requiredposition: 0
public TablerRecordInspectorCardSettings DetailsTitle(String title) #
Returns: TablerRecordInspectorCardSettings

Sets the section label shown above the structured details grid.

Parameters

title System.String requiredposition: 0
public TablerRecordInspectorCard End() #
Returns: TablerRecordInspectorCard

Returns control to the root card.

public TablerRecordInspectorCardSettings FillHeight(Boolean enable = true) #
Returns: TablerRecordInspectorCardSettings

Makes the card stretch to the available height.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRecordInspectorCardSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerRecordInspectorCardSettings

Uses natural-case labels in summary metrics and grouped signal tiles.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRecordInspectorCardSettings ShowSignalNotes(Boolean enable = true) #
Returns: TablerRecordInspectorCardSettings

Shows or hides per-signal notes in the grouped matrix.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerRecordInspectorCardSettings SignalMinColumnWidth(String width) #
Returns: TablerRecordInspectorCardSettings
EditorBrowsable(2)

Sets the minimum tile width used by the grouped signal matrix.

Type Parameters

TWidth

Parameters

width System.String requiredposition: 0
SignalMinColumnWidth``1(``0 width) #

Sets the minimum tile width used by the grouped signal matrix.

Parameters

width ``0 required
public TablerRecordInspectorCardSettings SignalsTitle(String title) #
Returns: TablerRecordInspectorCardSettings

Sets the section label shown above the grouped signal matrix.

Parameters

title System.String requiredposition: 0