API Reference
Class
RowHighlightDescriptor
Conditional highlighting rule applied to rows or cells based on values.
Inheritance
- Object
- RowHighlightDescriptor
Constructors
public RowHighlightDescriptor() #Inherited Methods
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 Nullable<FilterOperator> Operator2 { get; set; } #Secondary operator used to express ranges.