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

// Parameters
var itemOrIndex; // Type:  any
var property; // Type:  string

value = instance.getProperty(itemOrIndex, property);
Javascript (Specification) 
function getProperty( 
   itemOrIndex : any,
   property : string
) : any;

Parameters

itemOrIndex
property
Browser Compatibility
7
5
5

See Also

Reference

ArrayDataViewBase type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.