This documentation is archived and is not being maintained.
CalendarSelectionMode Enumeration
.NET Framework (current version)
Specifies the date selection mode of the Calendar control.
Namespace:
System.Web.UI.WebControlsAssembly:
System.Web (in System.Web.dll)
public enum class CalendarSelectionMode
| Member name | Description |
|---|
| Day | A single date can be selected on the Calendar control. |
| DayWeek | A single date or entire week can be selected on the Calendar control. |
| DayWeekMonth | A single date, week, or entire month can be selected on the Calendar control. |
| None | No dates can be selected on the Calendar control. |
The CalendarSelectionMode enumeration represents the date selection modes of the Calendar control.
No code example is currently available or this language may not be supported.
.NET Framework
Available since 1.1
Return to top