ASPxDateEdit.EditFormat Property
Gets or sets the edit format for a date editor’s value.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(EditFormat.Date)]
public EditFormat EditFormat { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Edit |
Date | A Edit |
Available values:
Name | Description |
---|---|
Date | The edited date is represented using a format pattern for a short date value (which is associated with the ‘d’ format character). |
Date |
The edited date is represented using a format pattern for a short date and short time value (which is associated with the ‘g’ format character). |
Time | The edited date is represented using a format pattern for a short time value (which is associated with the ‘t’ format character). |
Custom | The edited date is represented using a custom format pattern specified via the ASPx |
#Remarks
This property is a wrapper of the DateEditProperties.EditFormat property.