CellEditable.editingCanceled
bool editingCanceled() @property nothrow;Get editingCanceled property.
Returns
Indicates whether editing on the cell has been canceled.
void editingCanceled(bool propval) @property nothrow;Set editingCanceled property.
Parameters
propval | Indicates whether editing on the cell has been canceled. |