API Reference
Class
DataTablesHighlightTarget
Column styling target.
Inheritance
- Object
- DataTablesHighlightTarget
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DataTablesHighlightRule.FailTargets
- Property DataTablesHighlightRule.Targets
Constructors
public DataTablesHighlightTarget() #Inherited Methods
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 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.