Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

DateEditCalendarProperties.PickerType Property

Specifies a date component an end user can select (a day, month, decade or year).

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public DatePickerType PickerType { get; set; }

Property Value

Type Description
DatePickerType

One of the DatePickerType enumeration values.

Available values:

Name Description
NotSet

The date picker type is not set. In this case:

Days

An end user can select a day in the calendar.

Months

An end user selects a month in the calendar.

Years

An end user selects a year in the calendar.

Decades

An end user selects a decade in the calendar.

Remarks

The ASPxDateEdit supports month-year picker mode. In this mode, you can specify which date component an end-user can select in the control.

See Also