DevExpress DateTime Picker
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
.
精彩评论