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

Reference

ArrayDataViewBase type