HtmlForgeX

API Reference

Class

DataTablesSearchHitStyle

Namespace HtmlForgeX
Assembly HtmlForgeX

Style definition for DataTables Search Highlighter hits.

Inheritance

  • Object
  • DataTablesSearchHitStyle

Constructors

public DataTablesSearchHitStyle() #

Properties

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 each hit element.