MobileForms Toolkit Documentation

OutlookDateTimePicker.ShowNone Property

Gets or sets a value indicating whether a NONE is displayed in the calendar.

public bool ShowNone {get; set;}

Property Value

true if a NONE is displayed at the bottom of 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