DataGridCollectionViewCurrentAddItem Property
Gets the new item when an AddNew transaction is in progress
Otherwise it returns null.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public Object CurrentAddItem { get; }
Public ReadOnly Property CurrentAddItem As Object
Get
abstract CurrentAddItem : Object with get
override CurrentAddItem : Object with get
Property Value
Object