Back to Devexpress

DatePickerDisplayMode Enum

aspnet-devexpress-dot-web-81962933.md

latest1.5 KB
Original Source

DatePickerDisplayMode Enum

Specifies whether an editor is rendered as a calendar or as a scroll picker.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public enum DatePickerDisplayMode
vb
Public Enum DatePickerDisplayMode

Members

NameDescription
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.

|

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

DevExpress.Web Namespace