Skip to main content

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)

public bool CanCancelEdit { get; }

Property Value

Boolean

See Also

Reference

DataGridCollectionView Class
Avalonia.Collections Namespace