Skip to main content
A newer version of this page is available. .
Tab

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

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

See Also