Spread Windows Forms 12.0 Product Documentation
MinDate Property (DropDownCalendarInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendarInfo Class : MinDate Property
Gets or sets the minimum limit of the date.
Syntax
'Declaration
 
Public Property MinDate As Nullable(Of Date)
'Usage
 
Dim instance As DropDownCalendarInfo
Dim value As Nullable(Of Date)
 
instance.MinDate = value
 
value = instance.MinDate
public Nullable<DateTime> MinDate {get; set;}

Property Value

A System.DateTime value that indicates the minimum date of the calendar.
Exceptions
ExceptionDescription
The value is a null reference (Nothing in Visual Basic).
The value is greater than DropDownCalendar.MaxDate.
Remarks
This property retrieves a minimum date value and has to be less than the DropDownCalendar.MaxDate.
See Also

Reference

DropDownCalendarInfo Class
DropDownCalendarInfo Members