Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Calendar Class / SelectedDates Property

In This Topic
    SelectedDates Property
    In This Topic
    Gets or sets the list of selected dates. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property SelectedDates As DateList
    public DateList SelectedDates {get; set;}
    See Also