DataGridCurrentChangingEventArgsIsCancelable Property
Gets a value that indicates whether the
CurrentItem change can be canceled.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
public bool IsCancelable { get; }
Public ReadOnly Property IsCancelable As Boolean
Get
member IsCancelable : bool with get
Return Value
Booleantrue if the event can be canceled; false if the event cannot be canceled.