Click or drag to resize
Accord.NET (logo)

ArrayDataViewItem Property

Gets a row from this view.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public Object this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32

Property Value

Type: Object

Implements

IListItemInt32
See Also