DataGridTextColumnCancelCellEdit Method

Causes the column cell being edited to revert to the specified value.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override void CancelCellEdit(
	Control editingElement,
	Object uneditedValue
)

Parameters

editingElement  Control
The element that the column displays for a cell in editing mode.
uneditedValue  Object
The previous, unedited value in the cell being edited.

See Also