http://www.daypilot.org/demo/Scheduler/LimitEventMoving.aspx
The demo above has numerous events some with a blue top border while otherwise with different shades of red.
I would like to know how to remove it or control what color shows?
Thanks
protected void Scheduler_BeforeEventRender(object sender, BeforeEventRenderEventArgs e) {
if (condition) { e.DurationBarColor = "green"; }
if (else) { e.DurationBarColor = "red"; }