DataStoreVirtualCollectionTItem Property |
Gets or sets the item at the specified index. This collection is read-only so setting the item throws an exception.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public T this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As T
Get
Set
abstract Item : 'T with get, set
override Item : 'T with get, set
Parameters
- index
- Type: SystemInt32
Index.
Property Value
Type:
TImplements
IListTItemInt32See Also