Skip to main content
A newer version of this page is available. .
Tab

DateEditProperties.PickerDisplayMode Property

Specifies how to display the calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

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.

ASPXDateEdit-PickerDisplayMode

Online Demo

Scroll Picker

See Also