RadCalendar for ASP.NET

RadCalendar Send comments on this topic.
RangeMinDate Property
See Also 
Telerik.WebControls Namespace > RadCalendar Class : RangeMinDate Property


Gets or sets the minimal date valid for selection by Telerik RadCalendar. Must be interpreted as the Lower bound of the valid dates range available for selection. Telerik RadCalendar will not allow navigation or selection prior to this date.   

 

Namespace: Telerik.WebControls
Assembly: RadCalendar (in RadCalendar.dll)

Syntax

Visual Basic (Declaration) 
Public Property RangeMinDate As Date
Visual Basic (Usage)Copy Code
Dim instance As RadCalendar
Dim value As Date
 
instance.RangeMinDate = value
 
value = instance.RangeMinDate
C# 
public DateTime RangeMinDate {get; set;}

Remarks

This property has a default value of 1/1/1980 (Gregorian calendar date).

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

See Also