Blazor | ComponentOne
C1.Blazor.Calendar Assembly / C1.Blazor.Calendar Namespace / C1Calendar Class / SelectedDates Property

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