Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarSelectionChangingEventArgs Class / SelectedDates Property

In This Topic
    SelectedDates Property (CalendarSelectionChangingEventArgs)
    In This Topic
    Gets the list of selected dates.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedDates As List(Of Date)
    public List<DateTime> SelectedDates {get;}
    See Also