aspnet-devexpress-dot-web-2f025faf.md
Specifies possible edit formats for a date editor’s value.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public enum EditFormat
Public Enum EditFormat
| 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).
|
| DateTime |
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 ASPxDateEdit.EditFormatString (DateEditProperties.EditFormatString) property.
|
The following properties accept/return EditFormat values:
The EditFormat type enumerates the possible values for the ASPxDateEdit.EditFormat (DateEditProperties.EditFormat) property.
See Also