Specifies the date selection mode of the System.Web.UI.WebControls.Calendar control.
The System.Web.UI.WebControls.CalendarSelectionMode enumeration represents the date selection modes of the System.Web.UI.WebControls.Calendar control.
Member Name | Description |
---|---|
Day |
A single date can be selected on the System.Web.UI.WebControls.Calendar control. |
DayWeek |
A single date or entire week can be selected on the System.Web.UI.WebControls.Calendar control. |
DayWeekMonth |
A single date, week, or entire month can be selected on the System.Web.UI.WebControls.Calendar control. |
None |
No dates can be selected on the System.Web.UI.WebControls.Calendar control. |