Gets the time interval band at the specified index.

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

Syntax

C#
public TimeIntervalBand this[
	int index
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	index As Integer _
) As TimeIntervalBand

Parameters

index
Type: System..::.Int32
The zero-based index of the time interval band to be get.

Return Value

The time interval band at the specified index.

See Also