Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1415
Colors for different Appointments
posted

Using the XamSchedule in MVVM, is there a way to programmatically assign colors to different appointments? 

i.e.

Appointment apt = new Appointment();
if (myItem.type == "Sports")
{
       apt.Color = Colors.Blue;
}