DataGridCollectionViewCurrentEditItem Property
Gets the affected item when an EditItem 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 CurrentEditItem { get; }
Public ReadOnly Property CurrentEditItem As Object
Get
abstract CurrentEditItem : Object with get
override CurrentEditItem : Object with get
Property Value
Object