Wijmo UI for the Web
getProperty Method
wijmo.data Namespace > IDataView Interface : 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
var instance; // Type: wijmo.data.IDataView;
var value; // Type: any

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

value = instance.getProperty(item, property);
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
See Also

Reference

IDataView Interface