Table of Contents
SelectedDates Property

Gets or sets the currently selected dates.

Syntax
 public ObservableCollection<DateTime> SelectedDates { get; }
Remarks

Note that this property is meant to be used when the SelectionMode is not Single. Use SelectedDate if the selection mode is Single.

See Also