MobileForms Toolkit Documentation

MonthCalendarEx.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 Checked is true; otherwise is false.

See Also

MonthCalendarEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace