Back to Devexpress

ASPxTextEdit.DisplayFormatString Property

aspnet-devexpress-dot-web-dot-aspxtextedit.md

latest2.0 KB
Original Source

ASPxTextEdit.DisplayFormatString Property

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

Declaration

csharp
[DefaultValue("")]
public virtual string DisplayFormatString { get; set; }
vb
<DefaultValue("")>
Public Overridable Property DisplayFormatString As String

Property Value

TypeDefaultDescription
StringString.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

DisplayFormatString

ASPxTextEdit Class

ASPxTextEdit Members

DevExpress.Web Namespace