Wijmo UI for the Web
indexOf Method
Syntax
Javascript (Usage) 
var instance = new wijmo.data.ArrayDataViewBase();
var value; // Type: number

// Parameters
var item; // Type:  any

value = instance.indexOf(item);
Javascript (Specification) 
function indexOf( 
   item : any
) : number;

Parameters

item
Browser Compatibility
7
5
5

See Also

Reference

ArrayDataViewBase type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.