DatePickerDisplayMode Enum
Specifies whether an editor is rendered as a calendar or as a scroll picker.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.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 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