aspnet-devexpress-dot-web-81962933.md
Specifies whether an editor is rendered as a calendar or as a scroll picker.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum DatePickerDisplayMode
Public Enum DatePickerDisplayMode
| Name | Description |
|---|---|
Calendar |
Displays the regular calendar.
|
| Auto |
The calendar automatically switches between scroll picker and calendar modes when the DropDownEditBaseAdaptivitySettings.Mode is set to ‘OnWindowInnerWidth’.
|
| ScrollPicker |
Displays the calendar in scroll picker mode.
|
The following properties accept/return DatePickerDisplayMode values:
Values listed by this enumerator are used to set the ASPxDateEdit.PickerDisplayMode property’s value.
See Also