﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » StrataFrame DevExpress Wrapper DateTimePicker/DateEdit Control</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 21:33:16 GMT</lastBuildDate><ttl>20</ttl><item><title>StrataFrame DevExpress Wrapper DateTimePicker/DateEdit Control</title><link>http://forum.strataframe.net/FindPost11314.aspx</link><description>Does anyone know the DevExpress DateEdit control settings to show a blank value on the form instead of 1/1/1900 (smalldatetime NULL value) when the field value is NULL in the database table?&amp;nbsp; I think it is a little confusing to the end user to see a date when in fact the field is empty (NULL).&lt;/P&gt;&lt;P&gt;Thanks SF Team!</description><pubDate>Thu, 06 Sep 2007 08:46:00 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>RE: StrataFrame DevExpress Wrapper DateTimePicker/DateEdit Control</title><link>http://forum.strataframe.net/FindPost11360.aspx</link><description>Aye, it is much more straight forward ;)</description><pubDate>Thu, 06 Sep 2007 08:46:00 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item><item><title>RE: StrataFrame DevExpress Wrapper DateTimePicker/DateEdit Control</title><link>http://forum.strataframe.net/FindPost11349.aspx</link><description>Thanks Ben.&amp;nbsp; As a parttimer, I not going to make the effort.&amp;nbsp; I am going to use the&amp;nbsp;SF DatePicker instead.&amp;nbsp; It is more straight forward in handling nulls.&lt;/P&gt;&lt;P&gt;Thanks!</description><pubDate>Wed, 05 Sep 2007 12:15:30 GMT</pubDate><dc:creator>Jeff Pagley</dc:creator></item><item><title>RE: StrataFrame DevExpress Wrapper DateTimePicker/DateEdit Control</title><link>http://forum.strataframe.net/FindPost11339.aspx</link><description>The DevExpress wrapper's DateEdit control does not have the same NULL value support that the basic DateTimePicker or the Infragistics wrapper's date editor.&amp;nbsp; There is not currently a way to set the value that should be considered null.&amp;nbsp; You can accomplish this by inheriting the DateEdit and shadowing the DateTime property (you'll have to use the "new" keyword in the property declaration to shadow/hide it).&amp;nbsp; If the value gets set to 1/1/1900, then change the date time format to custom and provide an empty string for the format to blank it out.&amp;nbsp; If the value is different, then reverse it.</description><pubDate>Wed, 05 Sep 2007 08:56:57 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>