Skip to main content
A newer version of this page is available. .
Tab

DateEditCalendarProperties Class

Contains settings specific to a date editor’s dropdown calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DateEditCalendarProperties :
    CalendarProperties

The following members return DateEditCalendarProperties objects:

Remarks

The DateEditCalendarProperties class contains settings specific to the ASPxDateEdit editor’s dropdown calendar. This class inherits the main calendar settings from its ancestor and overrides some of them which are not in effect for the dropdown calendar.

See Also