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)
- C#
- VB
- F#
public bool IsCancelable { get; }
Public ReadOnly Property IsCancelable As Boolean
Get
member IsCancelable : bool with 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