MobileForms Toolkit Documentation

ItemTimeSpan.AllowNoneTime Property

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

public bool AllowNoneTime {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 time can be entered into ItemTimeSpan item. When sets to true you can also specify none text with NoneText.

See Also

ItemTimeSpan Class | Resco.Controls.DetailView Namespace