HtmlForgeX

API Reference

Class

DataTablesHighlightTarget

Namespace HtmlForgeX
Assembly HtmlForgeX

Column styling target.

Inheritance

  • Object
  • DataTablesHighlightTarget

Constructors

public DataTablesHighlightTarget() #

Properties

public Object Column { get; set; } #

Column header name (string) or index (number).

public String BackgroundColor { get; set; } #
JsonIgnore(Condition = 3)

Background color (CSS or hex).

public String TextColor { get; set; } #
JsonIgnore(Condition = 3)

Text color (CSS or hex).

public Dictionary<String, String> Css { get; set; } #
JsonIgnore(Condition = 3)

Additional CSS properties to apply to the cell.

public Nullable<Boolean> HighlightParent { get; set; } #
JsonIgnore(Condition = 3)

Also highlight the parent element in the responsive child row view.