DateEditProperties.PickerDisplayMode Property
Specifies how to display the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
[DefaultValue(DatePickerDisplayMode.Calendar)]
public DatePickerDisplayMode PickerDisplayMode { get; set; }
Property Value
| Type | Default | Description |
|---|---|---|
| DatePickerDisplayMode | Calendar | One of the DatePickerDisplayMode enumeration values. |
Available values:
| 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. |
Remarks
Use the PickerDisplayMode property to specify the calendar’s display mode.

Online Demo
See Also