Back to Devexpress

ASPxDateEdit.EditFormatString Property

aspnet-devexpress-dot-web-dot-aspxdateedit-7acdeacb.md

latest1.7 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue("")]
public string EditFormatString { get; set; }
vb
<DefaultValue("")>
Public Property EditFormatString As String

Property Value

TypeDefaultDescription
StringString.Empty

A string representing the format pattern.

|

Remarks

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

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

See Also

Date Editor

ASPxDateEdit Class

ASPxDateEdit Members

DevExpress.Web Namespace