DataGridCurrentChangingEventArgsCancel Property
Gets or sets a value that indicates whether the
CurrentItem change should be canceled.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool Cancel { get; set; }
Public Property Cancel As Boolean
Get
Set
member Cancel : bool with get, set
Return Value
Booleantrue if the event should be canceled; otherwise, false. The default is false.