I try to use devexpress ( schedule Winform) but I don't know how to control a form that be auto generated after I double click on row inside schedule. Please give me a keyword or a solution for control this form ( Add more items, Remove exist items, etc...). Thanks for all
You can handle the SchedulerControl's EditAppointmentFormShowing event to customize the display of the form.
The following DevExpress GitHub project demonstrates adding custom fields to the appointment form: https://github.com/DevExpress-Examples/how-to-use-custom-appointment-fields-in-a-custom-editing-form-e2782
To create a custom appointment form and register it with the control, follow the directions in the Custom Appointment Edit Form documentation.