HtmlForgeX

API Reference

Enum

TablerListGroupFeatures

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

Feature flags for TablerListGroup.

Inheritance

  • Enum
  • TablerListGroupFeatures

Values

public const TablerListGroupFeatures None #

No special features.

Value: 0
public const TablerListGroupFeatures Flush #

Renders with list-group-flush.

Value: 1
public const TablerListGroupFeatures Hoverable #

Renders with list-group-hoverable (Tabler utility).

Value: 2
public const TablerListGroupFeatures Striped #

Renders with list-group-striped (Tabler utility).

Value: 4
public const TablerListGroupFeatures Compact #

Renders with compact typography (wraps the list in small).

Value: 8