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

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