HtmlForgeX

API Reference

Enum

DataTablesExpanderStyle

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

Controls the look of responsive row expanders in DataTables.

Inheritance

  • Enum
  • DataTablesExpanderStyle

Values

public const DataTablesExpanderStyle Default #

Use the integration default.

Value: 0
public const DataTablesExpanderStyle Minimal #

Use a lightweight chevron without a surrounding badge.

Value: 1
public const DataTablesExpanderStyle Soft #

Use a soft surfaced badge around the chevron.

Value: 2
public const DataTablesExpanderStyle Filled #

Use a stronger filled accent badge.

Value: 3