DataGridColumn.

CancelCellEdit(IControl, object) Method

Summary

When overridden in a derived class, causes the column cell being edited to revert to the unedited value.
Namespace
Avalonia.Controls
Containing Type
DataGridColumn

Syntax

protected virtual 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