Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

Calendar.SelectedDates Property

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

[Visual Basic]
Public Property SelectedDates As DateCollection
[C#]
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

Calendar Class | EO.Web Namespace


Direct link to this topic