Holds information about an automatic row drag/drop operation carried out by AutoDragDropRows.
public class DragInfo
kind:method, kind:property, kind:ctor. Press Esc to clear.DragInfo(ITreeDataGridSource, IEnumerable<IndexPath>)Initializes a new instance of the DragInfo class.DataFormatDefines the data format that carries the drag token in an Avalonia.Input.IDataTransfer.IndexesGets or sets the model indexes of the rows being dragged.SourceGets the ITreeDataGridSource that rows are being dragged from.