Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Set Date and Time in code ultraDateTimeEditor
posted

How can I set the value of an unbound UltraDateTimeEditor in code?

  • 155
    posted

    set the .Value property...

    ultraDateTimeEditor1.Value = DateTime.Now;