Wijmo UI for the Web
item Method
wijmo.data Namespace > IEditableDataView Interface : item Method
The zero-based index of the element to get
Returns an element in the view by index.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.item(index);
function item( 
   index : number
) : any;

Parameters

index
The zero-based index of the element to get
Remarks
Throws an exception if the index is out of range
See Also

Reference

IEditableDataView Interface