'Declaration Public Property CustomIcon As System.Drawing.Image
public System.Drawing.Image CustomIcon {get; set;}
'Declaration Public Property CustomIcon As System.Drawing.Image
public System.Drawing.Image CustomIcon {get; set;}
void c1Schedule1_BeforeAppointmentFormat(object sender, BeforeAppointmentFormatEventArgs e) { e.Icons = AppointmentIcons.Custom; e.CustomIcon = C1.Win.Schedule.Utils.GetImage(System.Reflection.Assembly.GetExecutingAssembly(), "Flower.jpg"); }