HtmlForgeX

API Reference

Enum

TablerCardListStyle

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

List styles for proper Tabler styling

Inheritance

  • Enum
  • TablerCardListStyle

Values

public const TablerCardListStyle Default #

Default bootstrap list style.

Value: 0
public const TablerCardListStyle Unstyled #

Removes list styling.

Value: 1
public const TablerCardListStyle Inline #

Displays items inline.

Value: 2
public const TablerCardListStyle Flush #

Flush list group style.

Value: 3
public const TablerCardListStyle Group #

List group style.

Value: 4

Extension Methods

public static String ToTablerListStyleClass(TablerCardListStyle style) #
Returns: String

Initializes or configures ToTablerListStyleClass.

Parameters

style HtmlForgeX.TablerCardListStyle requiredposition: 0