Example #1
0
 protected void ASPxScheduler_AppointmentViewInfoCustomizing1(object sender, DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs e)
 {
     if (e.ViewInfo.Appointment.CustomFields["SZ_PATIENT_ID"].ToString().Trim() == "null")
     {
         e.ViewInfo.AppointmentStyle.BackColor = Color.Red;
     }
 }
Example #2
0
 void SchedulerControl_AppointmentViewInfoCustomizing(object sender, DevExpress.Web.ASPxScheduler.AppointmentViewInfoCustomizingEventArgs e)
 {
     //e.ViewInfo.Appointment.Description += "tambahanaeiutusfdkf";
 }