DataGridCollectionView.

CurrentAddItem Property

Summary

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

Syntax

public object CurrentAddItem { get; private set; }

Value

Type Description
object