String that will be used as a format for the progress bar labels.

Namespace:  C1.Web.UI.Controls.C1ProgressBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public string LabelFormatString { get; set; }
Visual Basic (Declaration)
Public Property LabelFormatString As String
	Get
	Set

Remarks

The default value for this property is '{1}%'.

See Also