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

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

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

Parameters

itemOrIndex
property
newValue
Browser Compatibility
7
5
5

See Also

Reference

ODataView type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.