Class DataGridRowDroppingEventArgs
Provides data for the RowDropping event.
Inherited Members
Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DataGridRowDroppingEventArgs : DataGridRowDragEventArgsConstructors
DataGridRowDroppingEventArgs()
Initializes a new instance of DataGridRowDroppingEventArgs event.
Declaration
public DataGridRowDroppingEventArgs()Properties
Cancel
Gets or sets a value indicating whether the drop action should be canceled.
Declaration
public bool Cancel { get; set; }Property Value
| Type | 
|---|
| System.Boolean |