Wijmo UI for the Web
canAddNew Method
wijmo.data Namespace > ArrayDataViewBase type : canAddNew Method
Returns a value that indicates whether the addNew() method is implemented.
Syntax
var instance = new wijmo.data.ArrayDataViewBase();
var value; // Type: bool
value = instance.canAddNew();
function canAddNew() : bool;
See Also

Reference

ArrayDataViewBase type