Click or drag to resize

IDataStoreTItem Property

Gets the object at the specified index.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
T this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
Index of the item to get.

Property Value

Type: T
See Also