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
305
UltraDateTimeEditor Nullable Property
posted

What is the purpose of the Nullable property.  Regardless if it is set to True, the MinDate Property cannot be Null or Nothing and the DateTime Property cannot be Null or Nothing.  So, how do you get the control to display nothing when the data field is Nullable and the current record has a Null value.

regards,

Rob

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi Rob,

        If Nullable is true, then the control should allow you to blank out the Value property. The DateTime property cannot be null, because it's of type DateTime, which is a struct and does not support nulls.  

         

Reply Children