HtmlForgeX

API Reference

Enum

BootStrapTableStyle

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

Styles that can be applied to a Bootstrap table.

Inheritance

  • Enum
  • BootStrapTableStyle

Values

public const BootStrapTableStyle Responsive #

Wrap the table in a responsive container.

Value: 0
public const BootStrapTableStyle Striped #

Apply alternating row striping.

Value: 1
public const BootStrapTableStyle DarkMode #

Render the table using a dark theme.

Value: 2
public const BootStrapTableStyle Borders #

Add borders to all table cells.

Value: 3
public const BootStrapTableStyle Hover #

Highlight rows on hover.

Value: 4
public const BootStrapTableStyle Small #

Use the small table style.

Value: 5
public const BootStrapTableStyle Medium #

Use the medium table style.

Value: 6
public const BootStrapTableStyle Large #

Use the large table style.

Value: 7