Wijmo UI for the Web
getProperty Method
The element with the property value that is to be read.
The name of the property to read
Returns the current value of the property in the element.
Syntax
Javascript (Usage) 
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: any

// Parameters
var item; // Type:  Object
var property; // Type:  string

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

Parameters

item
The element with the property value that is to be read.
property
The name of the property to read

Return Value

The current value of the property in the element
Browser Compatibility
7
5
5

See Also

Reference

IEditableDataView Interface

 

 


© 2013 All Rights Reserved.

Send comments on this topic.