aspnet-devexpress-dot-web-dot-aspxtextedit.md
Gets or sets the pattern used to format the editor’s value for display purposes.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
[DefaultValue("")]
public virtual string DisplayFormatString { get; set; }
<DefaultValue("")>
Public Overridable Property DisplayFormatString As String
| Type | Default | Description |
|---|---|---|
| String | String.Empty |
Represents the format pattern.
|
The DisplayFormatString property is used to specify a format pattern used to represent the editor’s value while the control is in browse mode.
Note
The standard formatting mechanism provides standard format patterns to format display values.
The Numeric Format Strings and Date and Time Format Strings topics describe format specifiers to compose the format pattern.
See Also