DataGrid.

BeginEdit(RoutedEventArgs) 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(RoutedEventArgs editingEventArgs)

Parameters

Name Type Description
editingEventArgs RoutedEventArgs Provides information about the user gesture that caused the call to BeginEdit. Can be null.

Return Value

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