DataGrid.

BeginEdit() Method

Summary

Enters editing mode for the current cell and current row (if they're not already in editing mode).
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

public bool BeginEdit()

Return Value

Type Description
bool True if operation was successful. False otherwise.