DevProgressBarFormatStringError Property

Gets or sets the percentage format string that will be displayed on the control when its current state is Error.

#current=Current Value #total=Maximum Value #%=Current Percentage

Definition

Namespace: DevCase.UI.Controls
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)]
[DefaultValueAttribute(typeof(string), "(#current / #total) #%")]
public virtual string FormatStringError { get; set; }

Property Value

String
The percentage format string that will be displayed in the control when its current state is Error.

See Also