A newer version of this page is available.
Switch to the current version.
DatePickerDisplayMode Enum
Specifies whether an editor is rendered as a calendar or as a scroll picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v19.2.dll
Declaration
Members
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. |
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
Feedback