HtmlForgeX

API Reference

Enum

TablerCollectionTableRowTone

Namespace HtmlForgeX
Assembly HtmlForgeX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Visual tone used to emphasize important rows in TablerCollectionTable.

Inheritance

  • Enum
  • TablerCollectionTableRowTone

Usage

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

Accepted by parameters

Values

public const TablerCollectionTableRowTone None #

No explicit emphasis.

Value: 0
public const TablerCollectionTableRowTone Positive #

Positive/ready emphasis.

Value: 1
public const TablerCollectionTableRowTone Info #

Informational/in-review emphasis.

Value: 2
public const TablerCollectionTableRowTone Warning #

Needs-attention emphasis.

Value: 3
public const TablerCollectionTableRowTone Danger #

Blocked/error emphasis.

Value: 4