DataGridCollectionViewEditItem Method
Begins an editing transaction on the given item. The transaction is
completed by calling either CommitEdit or CancelEdit. Any changes made
to the item during the transaction are considered "pending", provided
that the view supports the notion of "pending changes" for the given item.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public void EditItem(
Object item
)
Public Sub EditItem (
item As Object
)
abstract EditItem :
item : Object -> unit
override EditItem :
item : Object -> unit
Parameters
- item Object
- Item we want to edit