Version

PercentCompleteBarVisible Property

Returns or sets a value indicating whether the indicator which marks the percentage of completion for the task is displayed on the timeline.
Syntax
'Declaration
 
Public Property PercentCompleteBarVisible As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean PercentCompleteBarVisible {get; set;}
Remarks

When the value of the PercentComplete property is greater than zero, a progress indicator is displayed within the bar which represents the task.

The progress bar is not displayed by default for a summary task. Set the PercentCompleteBarVisible property to true to override this behavior.

The progress bar is never displayed for a milestone task. The PercentCompleteBarVisible property is not applicable for milestones.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also