MobileForms Toolkit Documentation

ItemDateTime.AllowNoneDate Property

Gets or sets a value indicating whether the None is displayed in Date Time Picker.

public bool AllowNoneDate {get; set;}

Property Value

true if the None is displayed; otherwise, false. The default is false.

Remarks

With this property you can specify, if a none date can be entered into ItemDateTime item. When sets to true you can also specify none text with NoneText.

See Also

ItemDateTime Class | Resco.Controls.DetailView Namespace