Hello Ensar,
Our ASPxScheduler control provides the ASPxScheduler.InitAppointmentDisplayText event that can be used to customize appointments' display text.
Please refer to the following thread where we described how to access custom appointments fields in this event handler and include the fields values into the appointments' display text:
ASPxScheduler - custom fields information in Calendar Appointment
I hope you will find this information helpful.
-
how i ll use customFields? i couldnt handle my custom field.
Is it like that ?
[C#]e.Text = e.Appointment.CustomFields["ApptAnaKatilimciId"] + e.Appointment.Subject;
Yes Ensar,
You need to use the Appointment.CustomFields collection to get custom field values. Please check the sample attached.
Let me know if this sample helps you implement the required behavior.