HtmlForgeX

API Reference

Enum

TablerRowType

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

Defines the type of row in a Tabler Page Layout.

Inheritance

  • Enum
  • TablerRowType

Values

public const TablerRowType Default #

Default.

Value: 0
public const TablerRowType Deck #

Deck.

Value: 1
public const TablerRowType Cards #

Cards.

Value: 2

Extension Methods

public static String EnumToString(TablerRowType rowType) #
Returns: String

Converts the row type value to its Tabler CSS class.

Parameters

rowType HtmlForgeX.TablerRowType requiredposition: 0
Row layout option.

Returns

CSS class string.