DataGridCollectionView.

CancelEdit() Method

Summary

Complete the transaction started by . The pending changes (if any) to the item are discarded.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public void CancelEdit()

Return Value

Type Description
void

See Also