DataGridCollectionViewCanCancelEdit 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.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool CanCancelEdit { get; }
Public ReadOnly Property CanCancelEdit As Boolean
Get
abstract CanCancelEdit : bool with get
override CanCancelEdit : bool with get
Property Value
Boolean