How can I show time picker inside DevExpress.XtraEditors.DateEdit
? I want to select time dynamically.
Assuming dateEdit is the name of Your control:
dateEdit.Properties.VistaDisplayMode = DefaultBoolean.True;
dateEdit.Properties.VistaEditTime = DefaultBoolean.True;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With