ProgressBar for ASP.NET Web Forms
ToolTip Property (C1ProgressBar)

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1ProgressBar Namespace > C1ProgressBar Class : ToolTip Property
Gets or sets the format of the tooltip for the progress bar. The available formats are as follows: {0} or {ProgressValue} Expresses the current progress value. {1} or {PercentProgress} Expresses the current percent of the progress bar. {2} or {RemainingProgress} Expresses the remaining progress of the progress bar. {3} or {PercentageRemaining} Expresses the remaining percent of the progress bar. {4} or {Min} Expresses the minimum value of the progress bar. {5} or {Max} Expresses the maximum value of the progress bar.
Syntax
'Declaration
 
Public Overrides Property ToolTip As System.String
public override System.string ToolTip {get; set;}
See Also

Reference

C1ProgressBar Class
C1ProgressBar Members