Returns the current value of the property in the element.
Javascript (Usage) | |
---|
var instance; // Type: wijmo.data.IDataView;
var value; // Type: any
// Parameters
var item; // Type: Object
var property; // Type: string
value = instance.getProperty(item, property);
|
Javascript (Specification) | |
---|
function getProperty(
: Object,
: 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