ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / CalendarSettings Class / SelectedDate Property

In This Topic
    SelectedDate Property (CalendarSettings)
    In This Topic
    Gets or sets the selected date.
    Syntax
    'Declaration
     
    
    Public Property SelectedDate As Date
    public DateTime SelectedDate {get; set;}
    See Also