Click or drag to resize
RangeSelectionMode Enumeration
Describes the PerCalendar range selection modes. None - does not allow range selection. OnKeyHold - allow range selection by pressing [Shift] key and clicking on the date. ConsecutiveClicks - allow range selection by clicking consecutively two dates.

Namespace: Kettic.AspNet.Controls.Calendar
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public enum RangeSelectionMode
Members
  Member nameValueDescription
None0 Does not allow range selection.
OnKeyHold1 Allow range selection by pressing [Shift] key and clicking on the date.
ConsecutiveClicks2 Allow range selection by clicking consecutively two dates.
See Also