TestimoX

API Reference

Class

RowHighlightDescriptor

Namespace TestimoX.Definitions
Assembly TestimoX
Modifiers sealed

Conditional highlighting rule applied to rows or cells based on values.

Inheritance

  • Object
  • RowHighlightDescriptor

Constructors

public RowHighlightDescriptor() #

Properties

public String Column { get; set; } #

Column name to evaluate (case-insensitive).

public String Equals { get; set; } #

Simple equals comparison (kept for backward compatibility).

public HighlightTarget Target { get; set; } #

Apply highlight to the row or to a single cell.

public HighlightColor Color { get; set; } #

Color hint name mapped by the renderer.

public Boolean Not { get; set; } #

Invert the match condition.

public Nullable<FilterOperator> Operator { get; set; } #

Operator-based comparison (preferred). When set, Equals is ignored.

public Object Value { get; set; } #

Operand for Operator.

public Nullable<FilterOperator> Operator2 { get; set; } #

Secondary operator used to express ranges.

public Object Value2 { get; set; } #

Operand for Operator2.