DataGridBeginEdit(RoutedEventArgs) Method
Enters editing mode for the current cell and current row (if they're not already in editing mode).
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool BeginEdit(
RoutedEventArgs editingEventArgs
)
Public Function BeginEdit (
editingEventArgs As RoutedEventArgs
) As Boolean
member BeginEdit :
editingEventArgs : RoutedEventArgs -> bool
- editingEventArgs RoutedEventArgs
- Provides information about the user gesture that caused the call to BeginEdit. Can be null.
BooleanTrue if operation was successful. False otherwise.