HtmlForgeX

API Reference

Enum

DataTablesDetailBackgroundStyle

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

Controls the background treatment used for responsive child/detail rows in DataTables.

Inheritance

  • Enum
  • DataTablesDetailBackgroundStyle

Values

public const DataTablesDetailBackgroundStyle Default #

Use the integration default.

Value: 0
public const DataTablesDetailBackgroundStyle Transparent #

Keep detail rows visually transparent.

Value: 1
public const DataTablesDetailBackgroundStyle Soft #

Use a soft neutral surfaced background.

Value: 2
public const DataTablesDetailBackgroundStyle Tinted #

Use a light accent-tinted background.

Value: 3