- Find the component (e.g., the
LabelorTextBox) that displays the text. If you are coloring all text in the entire row, the component is the row-template itself. - Bind that component’s
foregroundorbackgroundproperty to the corresponding value in the row (e.g.,item['color']).
Edit: more details here: