Calendar::SelectedDates Property

 

Gets a collection of selected dates from the ASP.NET SelectedDatesCollection class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.

Namespace:   System.Web.UI.MobileControls
Assembly:  System.Web.Mobile (in System.Web.Mobile.dll)

public:
[BrowsableAttribute(false)]
property SelectedDatesCollection^ SelectedDates {
	SelectedDatesCollection^ get();
}

Property Value

Type: System.Web.UI.WebControls::SelectedDatesCollection^

A collection of selected dates.

This property represents a collection of selected dates in a Calendar control.

The following code example demonstrates how to use the SelectedDates property to select all the Wednesdays in the current month. This example is part of a larger code sample for the Calendar overview.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: