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

DateEditProperties Class

Contains settings specific to a date editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public class DateEditProperties :
    DropDownEditPropertiesBase,
    IDatePickerTypeOwner

Remarks

The DateEditProperties class contains settings specific to the ASPxDateEdit editor type.

In addition to the common editor settings inherited from its ancestors, the DateEditProperties class implements type specific properties that, in particular, allow the dropdown calendar’s settings to be customized (DateEditProperties.CalendarProperties), define the manner in which the editor responds to an invalid date being entered (DateEditProperties.DateOnError) and the format pattern for the editor’s display value to be specified (DateEditProperties.DisplayFormatString).

See Also