Wijmo UI for the Web
item Method
The zero-based index of the element to get
Returns an element in the view by index.
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.data.IDataView;
var value; // Type: any

// Parameters
var index; // Type:  number

value = instance.item(index);
Javascript (Specification) 
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
Browser Compatibility
7
5
5

See Also

Reference

IDataView Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.