DevExpress 日期时间选择器
我将 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在编辑器中编辑时间,请将其
DisplayFormat
和EditFormat
属性设置为包含时间的 DateTime 格式字符串。要在下拉列表中显示时间,请设置
DateTimeEdit
的VistaDisplayMode
和VistaEditTime
属性为 <代码>真。To edit the time in the editor, set its
DisplayFormat
andEditFormat
properties to DateTime format strings that include times.To show the time in the dropdown, set the
DateTimeEdit
'sVistaDisplayMode
andVistaEditTime
properties toTrue
.