Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Calendar Assembly / C1.Xamarin.Forms.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 IReadOnlyList(Of Date)
    'Usage
     
    
    Dim instance As CalendarSelectionChangedEventArgs
    Dim value As IReadOnlyList(Of Date)
     
    value = instance.SelectedDates
    public IReadOnlyList<DateTime> SelectedDates {get;}
    See Also