Skip to main content
Tab

DateEditProperties Class

Contains settings specific to a date editor.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class DateEditProperties :
    DropDownEditPropertiesBase,
    IDatePickerTypeOwner

The following members return DateEditProperties objects:

Library Related API Members
ASP.NET Web Forms Controls CardViewDateColumn.PropertiesDateEdit
FilterControlDateColumn.PropertiesDateEdit
GridViewDataDateColumn.PropertiesDateEdit
TreeListDateTimeColumn.PropertiesDateEdit
VerticalGridDateRow.PropertiesDateEdit
ASP.NET MVC Extensions MVCxDateEdit.Properties

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