MobileForms Toolkit Documentation

ItemDateTime.AllowNullAsDate Field

If set to true, a null reference can be used as "None" date, otherwise NoneDateTime is used.

public static bool AllowNullAsDate;

Remarks

This property is set to true by default, null value is not translated. Set this property to false, if your underlying data do not support null/DbNull values. You can set the translated value by the NoneDateTime property.

See Also

ItemDateTime Class | Resco.Controls.DetailView Namespace