API Reference
Class
TableConditionGroupOption
Combines multiple conditions into a logical group.
Inheritance
- TableOption
- TableConditionGroupOption
Constructors
public TableConditionGroupOption() #Inherited Methods
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.