HtmlForgeX

API Reference

Enum

DataTablesTableBackgroundStyle

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

Controls how strongly the table body/background is surfaced inside a DataTables shell.

Inheritance

  • Enum
  • DataTablesTableBackgroundStyle

Values

public const DataTablesTableBackgroundStyle Default #

Use the theme default.

Value: 0
public const DataTablesTableBackgroundStyle Transparent #

Keep the inner table almost transparent.

Value: 1
public const DataTablesTableBackgroundStyle Soft #

Apply a soft neutral background to the inner table.

Value: 2
public const DataTablesTableBackgroundStyle Tinted #

Apply a light accent tint to the inner table.

Value: 3