A newer version of this page is available.
Switch to the current version.
ASPxDateEdit.PickerDisplayMode Property
Specifies how to display the calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
[DefaultValue(DatePickerDisplayMode.Calendar)]
public DatePickerDisplayMode PickerDisplayMode { get; set; }
<DefaultValue(DatePickerDisplayMode.Calendar)>
Public Property PickerDisplayMode As DatePickerDisplayMode
Property Value
Type | Default | Description |
---|---|---|
DatePickerDisplayMode | Calendar |
One of the DatePickerDisplayMode enumeration values. |
Remarks
Use the PickerDisplayMode property to specify the calendar's display mode.
Online Demo
See Also
Feedback