DataGridCancelEdit Method

Cancels editing mode and restores the original value.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool CancelEdit()

Return Value

Boolean
True if operation was successful. False otherwise.

See Also