CurrentAddItem Property
Gets the new item when an AddNew transaction is in progress Otherwise it returns null.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public Object CurrentAddItem { get; }
Public ReadOnly Property CurrentAddItem As Object
Get
abstract CurrentAddItem : Object with get
override CurrentAddItem : Object with get