ComponentOne CalendarView for WinForms
C1.Win.Calendar Namespace / C1CalendarView Class / SelectedDates Property

In This Topic
    SelectedDates Property
    In This Topic
    Gets or sets an System.DateTime array of selected dates.
    Syntax
    'Declaration
     
    
    Public Property SelectedDates As Date()
    public DateTime[] SelectedDates {get; set;}
    See Also