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

ProgressBarProperties.DisplayFormatString Property

This property is not in effect for the ProgressBarProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.2.dll

Declaration

[DefaultValue("0.##")]
public override string DisplayFormatString { get; set; }

Property Value

Type Default
String "0.##"

Remarks

The property is only overridden to prevent it from appearing in Microsoft Visual Studio designer tools.

See Also