Skip to main content

IsCancelable Property

Gets a value that indicates whether the CurrentItem change can be canceled.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll)

public bool IsCancelable { get; }

Return Value

Boolean
true if the event can be canceled; false if the event cannot be canceled.

See Also

Reference

DataGridCurrentChangingEventArgs Class
Avalonia.Collections Namespace