HtmlForgeX

API Reference

Class

TableConditionGroupOption

Namespace HtmlForgeX.DslOptions.Tables
Assembly HtmlForgeX
Modifiers sealed

Combines multiple conditions into a logical group.

Inheritance

Constructors

public TableConditionGroupOption() #

Properties

public TableConditionLogic Logic { get; set; } #

Logical operator applied between conditions.

public List<TableConditionOption> Conditions { get; } #

Conditions that make up the group.

public Boolean Row { get; set; } #

Apply formatting to the entire row.

public String[] HighlightHeaders { get; set; } #

Explicit headers to highlight instead of the condition column.

public Boolean HighlightParent { get; set; } #

Highlight the parent element (e.g. row) when any condition matches.

public String Color { get; set; } #

Text color when the group matches.

public String BackgroundColor { get; set; } #

Background color when the group matches.

public String FailColor { get; set; } #

Text color when the group fails.

public String FailBackgroundColor { get; set; } #

Background color when the group fails.