Skip to main content
A newer version of this page is available. .
Tab

DatePickerType Enum

Lists values specifying a date component an end user can select (a day, month, decade or year) in the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public enum DatePickerType

Members

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

Values listed by this enumeration are used to set the following properties:

See Also