DateEditProperties.CalendarProperties Property
In This Article
Gets the settings of the editor’s dropdown calendar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public DateEditCalendarProperties CalendarProperties { get; }
#Property Value
Type | Description |
---|---|
Date |
A Date |
#Remarks
Use the CalendarProperties property to access and customize the dropdown calendar’s settings within the date editor.
Note
The Calendar
See Also