System.Web.UI.WebControls.CalendarSelectionMode Enumeration

Specifies the date selection mode of the System.Web.UI.WebControls.Calendar control.

Syntax

public enum CalendarSelectionMode

Remarks

The System.Web.UI.WebControls.CalendarSelectionMode enumeration represents the date selection modes of the System.Web.UI.WebControls.Calendar control.

Members

Member NameDescription
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.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0