Skip to main content
Tab

ASPxDateEdit.EditFormatString Property

Gets or sets the pattern used to format the editor’s edited value displayed within the edit box, when the ASPxDateEdit.EditFormat propety is set to EditFormat.Custom.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue("")]
public string EditFormatString { get; set; }

Property Value

Type Default Description
String String.Empty

A string representing the format pattern.

Remarks

This property is a wrapper of the DateEditProperties.EditFormatString property.

<dx:ASPxDateEdit ID="ASPxDateEdit3" runat="server" EditFormat="Custom" EditFormatString="f" Date="09/04/2007 17:37:33">
</dx:ASPxDateEdit>
See Also