DatePickerDisplayMode Enum
In This Article
Specifies whether an editor is rendered as a calendar or as a scroll picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Members
Name | Description |
---|---|
Calendar
|
Displays the regular calendar. |
Auto
|
The calendar automatically switches between scroll picker and calendar modes when the Drop |
Scroll
|
Displays the calendar in scroll picker mode. |
#Related API Members
The following properties accept/return DatePickerDisplayMode values:
#Remarks
Values listed by this enumerator are used to set the ASPxDateEdit.PickerDisplayMode property’s value.
See Also