ASPxTimeEdit.EditFormatString Property
In This Article
Gets or sets the pattern used to format the editor’s edited value displayed within the edit box.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
String | String. |
A string representing the format pattern. |
#Remarks
This property is a wrapper of the TimeEditProperties.EditFormatString property.
See Also