HtmlForgeX

API Reference

Class

TablerStatusMatrixSettings

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers sealed

Settings sub-builder for TablerStatusMatrix.

Inheritance

  • Object
  • TablerStatusMatrixSettings

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 TablerStatusMatrixSettings Compact(Boolean enable = true) #
Returns: TablerStatusMatrixSettings

Uses tighter spacing and smaller status chips.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerStatusMatrix End() #
Returns: TablerStatusMatrix

Returns control to the root status matrix.

public TablerStatusMatrixSettings MinColumnWidth(String cssWidth) #
Returns: TablerStatusMatrixSettings
EditorBrowsable(2)

Sets the minimum responsive width used by each matrix item.

Type Parameters

TWidth

Parameters

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

Sets the minimum responsive width used by each matrix item.

Parameters

width ``0 required
public TablerStatusMatrixSettings NaturalCaseLabels(Boolean enable = true) #
Returns: TablerStatusMatrixSettings

Uses natural-case labels instead of forced uppercase item labels.

Parameters

enable System.Boolean = true optionalposition: 0
public TablerStatusMatrixSettings ShowNotes(Boolean enable = true) #
Returns: TablerStatusMatrixSettings

Controls whether supporting notes render below each status value.

Parameters

enable System.Boolean = true optionalposition: 0