Table of Contents
SelectedDates Property

Gets or sets a collection of dates to which SelectedDayStyle will be applied.

Syntax
 public DateCollection SelectedDates { get; set; }

Property Value

DateCollection

A DateCollection specifying the selected dates.

Remarks

Gets or sets a collection of dates to which SelectedDayStyle will be applied. The first element of this property is the same as SelectedDate property.

See Also