DataGridCollectionView.

CanCancelEdit Property

Summary

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.Collections
Containing Type
DataGridCollectionView

Syntax

public bool CanCancelEdit { get; }

Value

Type Description
bool