RadControls for WinForms

Gets the item at the specified index.

Namespace: Telerik.WinControls.Data
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

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

Parameters

index
Type: System..::..Int32

Field Value

Implements

IReadOnlyCollection<(Of <(<'T>)>)>..::..Item[([( Int32])])

See Also