CanCancelEdit Property
Gets a value indicating whether the view supports the notion of "pending changes" on the current edit item. This may vary, depending on the view and the particular item. For example, a view might return true if the current edit item implements IEditableObject, or if the view has special knowledge about the item that it can use to support rollback of pending changes.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)
- C#
- VB
- F#
public bool CanCancelEdit { get; }
Public ReadOnly Property CanCancelEdit As Boolean
Get
abstract CanCancelEdit : bool with get
override CanCancelEdit : bool with get