or
radScheduler1.Statuses.Add(new AppointmentStatusInfo(100, "InProduction", Color.Red, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(101, "BOM", Color.Blue, Color.White, AppointmentStatusFillType.Hatch));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(102, "Done", Color.Red, Color.White, AppointmentStatusFillType.Solid));
radScheduler1.Statuses.Add(new AppointmentStatusInfo(103, "Planif", Color.FromArgb(68, 140, 227), Color.White, AppointmentStatusFillType.Solid));