Devexpress 时间表表格

Devexpress schedule form

enter image description here

我尝试使用 devexpress (schedule Winform),但我不知道如何控制在我双击 schedule 中的行后自动生成的表单。请给我一个关键字或控制此表单的解决方案(添加更多项目、删除现有项目等...)。感谢大家

您可以处理 SchedulerControl 的 EditAppointmentFormShowing 事件来自定义窗体的显示。

以下 DevExpress GitHub 项目演示了向约会表单添加自定义字段:https://github.com/DevExpress-Examples/how-to-use-custom-appointment-fields-in-a-custom-editing-form-e2782

要创建自定义约会表单并将其注册到控件,请按照 Custom Appointment Edit Form 文档中的说明进行操作。