DataGridCollectionView.

CommitNew() Method

Summary

Complete the transaction started by AddNew. We follow the WPF convention in that the view's sort, filter, and paging specifications (if any) are applied to the new item.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public void CommitNew()

Return Value

Type Description
void