Wijmo UI for the Web
getProperty Method
wijmo.data Namespace > RemoteDataView type : getProperty Method
Returns the current value of the property in the element at the specified index.
Syntax
var instance = new wijmo.data.RemoteDataView();
var value; // Type: any
value = instance.getProperty();
function getProperty() : any;
See Also

Reference

RemoteDataView type