CalendarView.SelectedDates Property

Definition

Gets a collection of selected dates.

public:
 property IVector<DateTime> ^ SelectedDates { IVector<DateTime> ^ get(); };
IVector<DateTime> SelectedDates();
public IList<System.DateTimeOffset> SelectedDates { get; }
var iVector = calendarView.selectedDates;
Public ReadOnly Property SelectedDates As IList(Of DateTimeOffset)

Property Value

A collection that contains the currently selected dates. The default is an empty collection.

Applies to