Class DataGridRowDragStartingEventArgs
Provides data for the RowDragStarting event.
Inheritance
System.Object
    DataGridRowDragStartingEventArgs
  Namespace: Syncfusion.UI.Xaml.DataGrid
Assembly: Syncfusion.Grid.WinUI.dll
Syntax
public class DataGridRowDragStartingEventArgs : EventArgsConstructors
DataGridRowDragStartingEventArgs()
Initializes a new instance of DataGridRowDragStartingEventArgs event.
Declaration
public DataGridRowDragStartingEventArgs()Properties
Cancel
Gets or sets a value that indicates whether the drag action should be canceled or not.
Declaration
public bool Cancel { get; set; }Property Value
| Type | 
|---|
| System.Boolean | 
DraggingRows
Gets the collection which contains the data associated while dragging the rows.
Declaration
public ObservableCollection<object> DraggingRows { get; }Property Value
| Type | 
|---|
| System.Collections.ObjectModel.ObservableCollection<System.Object> |