DataGridTextColumnCancelCellEdit Method
Causes the column cell being edited to revert to the specified value.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override void CancelCellEdit(
Control editingElement,
Object uneditedValue
)
Protected Overrides Sub CancelCellEdit (
editingElement As Control,
uneditedValue As Object
)
abstract CancelCellEdit :
editingElement : Control *
uneditedValue : Object -> unit
override CancelCellEdit :
editingElement : Control *
uneditedValue : Object -> unit
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.