Click or drag to resize
KaxCalendarRangeMaxDate Property
Gets or sets the maximum date valid for selection by Kettic KaxCalendar. Must be interpreted as the Higher bound of the valid dates range available for selection. Kettic KaxCalendar will not allow navigation or selection past 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 RangeMaxDate { get; set; }

Property Value

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