Summary
Causes the column cell being edited to revert to the specified value.
- Namespace
- Avalonia
.Controls - Containing Type
- DataGridTextColumn
Syntax
protected override void CancelCellEdit(IControl editingElement, object uneditedValue)
Parameters
Name | Type | Description |
---|---|---|
editingElement | IControl | The element that the column displays for a cell in editing mode. |
uneditedValue | object | The previous, unedited value in the cell being edited. |
Return Value
Type | Description |
---|---|
void |