CalendarSelectionMode Enumeration

 

Specifies the date selection mode of the Calendar control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

type CalendarSelectionMode

Member nameDescription
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
Show: