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

ProgressBarSettings.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("0.##")]
public string DisplayFormatString { get; set; }

Property Value

Type Default Description
String "0.##"

A string representing the format pattern.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to DisplayFormatString
ASP.NET Controls and MVC Extensions ASPxHtmlEditorUploadControl
.ProgressBarSettings.DisplayFormatString
ASPxUploadControl
.ProgressBarSettings.DisplayFormatString
MVCxUploadControl
.ProgressBarSettings.DisplayFormatString
UploadControlSettings
.ProgressBarSettings.DisplayFormatString
ASP.NET Bootstrap Controls BootstrapUploadControl
.ProgressBarSettings.DisplayFormatString

Remarks

The DisplayFormatString property is used to specify a format pattern, used to represent the editor’s value.

Note

Display values can be formatted using the standard formatting mechanism. It allows you to format values using standard format patterns. Format specifiers for composing the format pattern are described in the Numeric Format Strings and Date and Time Format Strings topics.

See Also