Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalendar Class / SelectedDate Property


In This Topic
    SelectedDate Property
    In This Topic
    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