DeleteCurrentRow()
- Last UpdatedNov 25, 2015
- 1 minute read
Use the DeleteCurrentRow() method to mark the currently selected row for deletion. The current row is not deleted from the data source until you call SaveChangesSync() or SaveChangesAsync().
Syntax
result DeleteCurrentRow()