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

ASPxTextEdit.DisplayFormatString Property

Gets or sets the pattern used to format the editor’s value for display purposes.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("")]
public virtual string DisplayFormatString { get; set; }

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 described in MSDN provides standard format patterns to format display values.

The Numeric Format Strings and Date and Time Format Strings MSDN topics describe format specifiers to compose the format pattern.

Online demos

See Also