Gets or sets the string format for the built-in progress text.

Namespace:  C1.Web.UI.Controls.C1Upload
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute("{0} of {1}")]
[C1CategoryAttribute("Category.Appearance")]
[JsonAttribute(true, true, "{0} of {1}")]
public string ProgressTextFormat { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute("{0} of {1}")> _
<C1CategoryAttribute("Category.Appearance")> _
<JsonAttribute(True, True, "{0} of {1}")> _
Public Property ProgressTextFormat As String
	Get
	Set

See Also