Skip to main content

CancelCellEdit 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)

protected override void CancelCellEdit(
Control editingElement,
Object uneditedValue
)

Parameters

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

See Also

Reference

DataGridCheckBoxColumn Class
Avalonia.Controls Namespace