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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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