Method ConfirmDelete
| Improve this Doc View SourceConfirmDelete()
Confirms row deletion.
Declaration
protected virtual bool ConfirmDelete()
Returns
Type | Description |
---|---|
System.Boolean | true if row deletion confirmed, otherwise false. |
Remarks
The default implementation always returns true. Derived class can override this method to provide custom implementation such as displaying a confirmation dialog.