DevExpress 日期时间选择器

发布于 2024-11-06 09:31:51 字数 75 浏览 1 评论 0原文

我将 DevExpress 与 C# .net 一起使用。可以分别看到日期选择器和时间选择器控件。单一下拉选择中是否有对日期时间的控制?

I am using DevExpress with C# .net. Can see Date Picker, and Time picker controls separately. Is there any control for DateTime in Single DropDown selection ?

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

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

发布评论

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

评论(1

嘿哥们儿 2024-11-13 09:31:51

要在编辑器中编辑时间,请将其 DisplayFormatEditFormat 属性设置为包含时间的 DateTime 格式字符串。

要在下拉列表中显示时间,请设置 DateTimeEditVistaDisplayModeVistaEditTime 属性为 <代码>真。

To edit the time in the editor, set its DisplayFormat and EditFormat properties to DateTime format strings that include times.

To show the time in the dropdown, set the DateTimeEdit's VistaDisplayMode and VistaEditTime properties to True.

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