ASPxScheduler - Programmatical mapping (c#)


void  VarsayilanMappingS()
{
ASPxScheduler1.Storage.Appointments.Mappings.AppointmentId = "TAKVIMID";
ASPxScheduler1.Storage.Appointments.Mappings.Subject = "Konu";
ASPxScheduler1.Storage.Appointments.Mappings.Location = "Lokasyon";
ASPxScheduler1.Storage.Appointments.Mappings.AllDay = "Tam Gün";
ASPxScheduler1.Storage.Appointments.Mappings.Description = "Açıklama";
      ASPxScheduler1.Storage.Appointments.Mappings.End = "Bitiş Zamanı";
      ASPxScheduler1.Storage.Appointments.Mappings.Start = "Başlangıç Zamanı";
     ASPxScheduler1.Storage.Appointments.Mappings.Label = "Etiket";

}

Yorumlar