Skip to main content
Tab

DateEditProperties.CalendarProperties Property

Gets the settings of the editor’s dropdown calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public DateEditCalendarProperties CalendarProperties { get; }

Property Value

Type Description
DateEditCalendarProperties

A DateEditCalendarProperties object that contains the dropdown calendar’s settings.

Remarks

Use the CalendarProperties property to access and customize the dropdown calendar’s settings within the date editor.

Note

The CalendarProperties property synchronizes its value with the editor’s ASPxDateEdit.CalendarProperties property.

See Also