HtmlForgeX

API Reference

Enum

DataTablesFontWeight

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

Font weight options for DataTables columns

Inheritance

  • Enum
  • DataTablesFontWeight

Values

public const DataTablesFontWeight Normal #

Normal font weight (default)

Value: 0
public const DataTablesFontWeight Bold #

Bold font weight

Value: 1
public const DataTablesFontWeight Light #

Light font weight

Value: 2
public const DataTablesFontWeight SemiBold #

Semi-bold font weight

Value: 3
public const DataTablesFontWeight ExtraBold #

Extra bold font weight

Value: 4
public const DataTablesFontWeight Lighter #

Lighter font weight

Value: 5
public const DataTablesFontWeight Bolder #

Bolder font weight

Value: 6