Imports Infragistics.Win.UltraWinSchedule
Imports Infragistics.Win.UltraWinGanttView
Private Sub Form_Load(ByVal sender As Object, ByVal e As EventArgs) Handles Form.Load
' Sets the text to displayed on the right side of the bar, when a task is set to be a Milestone
Me.ultraGanttView1.TimelineSettings.BarSettingsMilestone.BarTextRight = Infragistics.Win.UltraWinSchedule.TaskUI.BarTextField.PercentComplete
End Sub