MobileForms Toolkit Documentation

MonthCalendarEx.ShowNone Property

Gets or sets a value indicating whether the date can be None.

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

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace