Skip to main content
Tab

ProgressBarProperties.DisplayFormatString Property

This property is not in effect for the ProgressBarProperties class.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#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