开发者

DevExpress DateTime Picker

开发者 https://www.devze.com 2023-03-05 11:10 出处:网络
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 ?To edit the time in the edi

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 ?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消