如何在xtrascheduler中隐藏现有的双击事件(预约表单)

发布于 2024-09-27 01:58:08 字数 146 浏览 0 评论 0原文

嗨,

我正在使用 devexpress xtrascheduler。在此我创建了一个自定义表单,双击时打开。但问题是现在双击两个表单打开,即一个我创建的自定义表单和另一个默认表单。所以我需要隐藏默认表单并需要显示我创建的自定义表单。如何做到这一点?请帮助我...

hii,

I am using devexpress xtrascheduler.In this i have created one custom form which opens while double clicking .But the problem is now while double clicking two forms are opening ie,one custom form that i have created and the other default one.so i need to hide the default form and need to show the custom form that i have created.How it can be done??plz help me...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻的味道 2024-10-04 01:58:08

您应该处理 EditAppointmentFormShowing 事件并将 e.Handled 参数设置为 true。

You should handle the EditAppointmentFormShowing event and set the e.Handled parameter to true.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文