Questions Tagged backgroundcolor

Event Background color

Answered: The code for setting custom event background color should look like this: protected void DayPilotCalendar1_BeforeEventRender(object sender, BeforeEventRenderEventArgs e) { e.BackgroundColor = (string...