Click or drag to resize
KaxCalendarRangeMinDate Property
Gets or sets the minimal date valid for selection by Kettic KaxCalendar. Must be interpreted as the Lower bound of the valid dates range available for selection. Kettic KaxCalendar will not allow navigation or selection prior to this date.

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

Property Value

Type: DateTime
Remarks
This property has a default value of 1/1/1980 (Gregorian calendar date).
See Also