Colors in Expression Bindings [v15+]
Starting with v15 you can use a set of color placeholders in Expression Bindings that respect the current theme (light / dark)
$"iif(double(int(@RowData.Row.{col.BindingPath})) < 0, \"CRITICAL_COLOR\", \"DEFAULT_TEXT_COLOR\")"Last updated