ASPxDateEdit.PickerDisplayMode Property
Specifies how to display the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(DatePickerDisplayMode.Calendar)]
public DatePickerDisplayMode PickerDisplayMode { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Date |
Calendar | One of the Date |
Available values:
Name | Description |
---|---|
Calendar | Displays the regular calendar. |
Auto | The calendar automatically switches between scroll picker and calendar modes when the Drop |
Scroll |
Displays the calendar in scroll picker mode. |
#Remarks
Use the PickerDisplayMode property to specify the calendar’s display mode.