Summary
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
.Collections - Containing Type
- Data
Grid Collection View
Syntax
public void EditItem(object item)
Parameters
Name | Type | Description |
---|---|---|
item | object | Item we want to edit |
Return Value
Type | Description |
---|---|
void |