DataGridCollectionViewAddNew Method
Add a new item to the underlying collection. Returns the new item.
After calling AddNew and changing the new item as desired, either
CommitNew or CancelNew" should be called to complete the transaction.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
Public Function AddNew As Object
abstract AddNew : unit -> Object
override AddNew : unit -> Object
Return Value
ObjectThe new item we are adding