HtmlForgeX

API Reference

Class

DataTablesHighlightRule

Namespace HtmlForgeX
Assembly HtmlForgeX

One rule: condition groups + positive/negative targets.

Inheritance

  • Object
  • DataTablesHighlightRule

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

Constructors

public DataTablesHighlightRule() #

Properties

public List<DataTablesConditionGroup> ConditionsContainer { get; set; } #
JsonIgnore(Condition = 3)

Condition groups (AND/OR/NONE).

public List<DataTablesHighlightTarget> Targets { get; set; } #
JsonIgnore(Condition = 3)

Targets to style when the rule matches.

public List<DataTablesHighlightTarget> FailTargets { get; set; } #
JsonIgnore(Condition = 3)

Targets to style when the rule does not match.