DataGridCheckBoxColumn.

CancelCellEdit(IControl, object) Method

Summary

Causes the column cell being edited to revert to the specified value.
Namespace
Avalonia.Controls
Containing Type
DataGridCheckBoxColumn

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