WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace / CalendarSelectionChangedEventArgs Class / SelectedDates Property
In This Topic
    SelectedDates Property (CalendarSelectionChangedEventArgs)
    In This Topic
    Gets the selected dates.
    Syntax
    public IEnumerable<DateTime> SelectedDates {get;}
    See Also