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