DataGridCollectionView.

CurrentEditItem Property

Summary

Gets the affected item when an EditItem transaction is in progress Otherwise it returns null.
Namespace
Avalonia.Collections
Containing Type
DataGridCollectionView

Syntax

public object CurrentEditItem { get; private set; }

Value

Type Description
object