Spread Windows Forms 12.0 Product Documentation
SelectedDate Property


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownCalendar Class : 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
public Nullable<DateTime> SelectedDate {get; set;}

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

Reference

DropDownCalendar Class
DropDownCalendar Members