Gets the view item (element) at the specified ordinal position.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

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

Parameters

ordinal
Type: System..::..Int32
The zero-based ordinal position of the view item.

See Also