Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / SelectedDate Property


SelectedDate Property
Gets or sets the selected date.
Syntax
'Declaration
 
Public Property SelectedDate As Nullable(Of Date)
 
'Usage
 
Dim instance As DropDownCalendar
Dim value As Nullable(Of Date)
 
instance.SelectedDate = value
 
value = instance.SelectedDate

Property Value

A Nullable type value that indicates the selected date.
Exceptions
ExceptionDescription
The value is out of range.
Remarks
This property rertrieves the date which is selected.
See Also