A newer version of this page is available.
Switch to the current version.
ASPxDateEdit.CalendarProperties Property
Gets the settings of the editor's dropdown calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v18.2.dll
Declaration
public DateEditCalendarProperties CalendarProperties { get; }
Public ReadOnly Property CalendarProperties As DateEditCalendarProperties
Property Value
Type | Description |
---|---|
DateEditCalendarProperties | A DateEditCalendarProperties object that contains the dropdown calendar's settings. |
Remarks
This property is a wrapper of the DateEditProperties.CalendarProperties property.
See Also
Feedback