BeginEdit Method
Enters editing mode for the current cell and current row (if they're not already in editing mode).
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool BeginEdit()
Public Function BeginEdit As Boolean
member BeginEdit : unit -> bool
Return Value
Boolean
True if operation was successful. False otherwise.
See Also
Reference
DataGrid Class
BeginEdit Overload
Avalonia.Controls Namespace