Click or drag to resize
KaxCalendarRangeSelectionMode Property
Gets or sets the PerCalendar range selection mode. Default value is None.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public RangeSelectionMode RangeSelectionMode { get; set; }

Property Value

Type: RangeSelectionMode
Remarks
MemberDescription
NoneDoes not allow range selection.
OnKeyHoldAllow range selection by pressing [Shift] key and clicking on the date.
NoneAllow range selection by clicking consecutively two dates.
See Also