DateEditProperties Class
Contains settings specific to a date editor.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class DateEditProperties :
DropDownEditPropertiesBase,
IDatePickerTypeOwner
#Related API Members
The following members return DateEditProperties objects:
Library | Related API Members |
---|---|
ASP. |
Card |
Filter |
|
Grid |
|
Tree |
|
Vertical |
|
ASP. |
MVCx |
#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).