Skip to main content

EditItem 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.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public void EditItem(
Object item
)

Parameters

  Object
Item we want to edit

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace