Gets a VisualInterval object at specified index.

Namespace:  C1.WPF.C1Schedule
Assembly:  C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)

Syntax

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

Parameters

index
Type: System..::..Int32

See Also