|
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; }
Public Default Property Item (
index As Integer
) As Object
Get
Set
Request Example
View SourceParameters
- index
- Type: SystemInt32
Property Value
Type:
ObjectImplements
IListItemInt32See Also