ASPxTextEdit.DisplayFormatString Property
Gets or sets the pattern used to format the editor’s value for display purposes.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
String | String.Empty | Represents the format pattern. |
Remarks
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.
Online demos
See Also