Back to Devexpress

ASPxTimeEdit.EditFormatString Property

aspnet-devexpress-dot-web-dot-aspxtimeedit-86b9c481.md

latest1.4 KB
Original Source

ASPxTimeEdit.EditFormatString Property

Gets or sets the pattern used to format the editor’s edited value displayed within the edit box.

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 TimeEditProperties.EditFormatString property.

See Also

EditFormatString

Time Editor

ASPxTimeEdit Class

ASPxTimeEdit Members

DevExpress.Web Namespace