[]
Specifies whether a single or multiple dates can be selected in a GrapeCity.Windows.InputMan.GcDropDownCalendar.
public enum CalendarSelectionMode
Public Enum CalendarSelectionMode
Name | Description |
---|---|
MultipleRange | Multiple non-contiguous ranges of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates. |
None | No selections are allowed. |
SingleDate | A single date can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDate property to retrieve the selected date. |
SingleRange | A single range of dates can be selected. Use the GrapeCity.Windows.InputMan.GcDropDownCalendar.SelectedDates property to retrieve the selected dates. |