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
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also