Wijmo UI for the Web
canCancelEdit Method
wijmo.data Namespace > IEditableDataView Interface : canCancelEdit Method
Returns a value that indicates whether the current changes can be canceled.
Syntax
var instance; // Type: wijmo.data.IEditableDataView;
var value; // Type: bool
value = instance.canCancelEdit();
function canCancelEdit() : bool;
See Also

Reference

IEditableDataView Interface