HtmlForgeX

API Reference

Enum

DataTablesColumnStyle

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

Common styling options for DataTables columns

Inheritance

  • Enum
  • DataTablesColumnStyle

Values

public const DataTablesColumnStyle None #

No special styling

Value: 0
public const DataTablesColumnStyle Highlight #

Highlight important content

Value: 1
public const DataTablesColumnStyle Muted #

Muted/secondary text

Value: 2
public const DataTablesColumnStyle Success #

Success/positive styling

Value: 3
public const DataTablesColumnStyle Warning #

Warning styling

Value: 4
public const DataTablesColumnStyle Danger #

Danger/error styling

Value: 5
public const DataTablesColumnStyle Info #

Info styling

Value: 6
public const DataTablesColumnStyle Primary #

Primary brand styling

Value: 7
public const DataTablesColumnStyle Secondary #

Secondary styling

Value: 8
public const DataTablesColumnStyle Dark #

Dark styling

Value: 9
public const DataTablesColumnStyle Light #

Light styling

Value: 10