IsEditingItem Property
Gets a value indicating whether an EditItem transaction is in progress.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool IsEditingItem { get; }
Public ReadOnly Property IsEditingItem As Boolean
Get
abstract IsEditingItem : bool with get
override IsEditingItem : bool with get