Skip to main content
All docs
V18.2

BootstrapDateEdit.PickerDisplayMode Property

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

Declaration

[Browsable(false)]
public DatePickerDisplayMode PickerDisplayMode { get; set; }

Property Value

Type
DatePickerDisplayMode

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.

See Also