Hello. Help me. I want to change appointment's category in codebehind. Can i set it only by name of category? Default brushes are gradient?
this code not change color
new Appointment(){Subject="April",Start =DateTime.Today,End =DateTime.Today.AddHours(4), Category = new Category(){CategoryName = "Red Category"}}
this code not change color
new Appointment(){Subject="April",Start =DateTime.Today,End =DateTime.Today.AddHours(4), Category = new Category(){CategoryName = "Red Category"}}