MobileForms Toolkit Documentation

OutlookDateTimePicker.IsNone Property

Gets the value indicating if None date is selected.

public bool IsNone {get; set;}

Property Value

true if a NONE is selected from the calendar; otherwise, false. The default is false.

Remarks

When ShowNone is set to true, a NONE is displayed at the bottom of the calendar. When the NONE is selected, event NoneSelected will occur and IsNone is true; otherwise is false.

See Also

OutlookDateTimePicker Class | Resco.Controls.OutlookControls Namespace