Represents a vertical bar provider collection for the timeline of a GanttChartViewBase control.

Namespace:  DlhSoft.Windows.Controls
Assembly:  DlhSoft.ProjectData.GanttChart.Controls (in DlhSoft.ProjectData.GanttChart.Controls.dll)

Syntax

C#
public class GanttChartViewVerticalBarProviderCollection : ObservableCollection<GanttChartViewVerticalBarProvider>
Visual Basic (Declaration)
Public Class GanttChartViewVerticalBarProviderCollection _
	Inherits ObservableCollection(Of GanttChartViewVerticalBarProvider)

Inheritance Hierarchy

See Also