DragInfo Class
Definition
Holds information about an automatic row drag/drop operation carried out by Avalonia.Controls.TreeDataGrid.AutoDragDropRows.
public class DragInfo
Constructors
| Name | Description |
|---|---|
| DragInfo | No summary available. |
DragInfo Constructor
public DragInfo(Avalonia.Controls.ITreeDataGridSource source, System.Collections.Generic.IEnumerable<Avalonia.Controls.IndexPath> indexes)
Parameters
source Avalonia.Controls.ITreeDataGridSource
indexes System.Collections.Generic.IEnumerable<Avalonia.Controls.IndexPath>
Properties
| Name | Description |
|---|---|
| Indexes | Gets or sets the model indexes of the rows being dragged. |
| Source | Gets the Avalonia.Controls.ITreeDataGridSource that rows are being dragged from. |
Indexes Property
Gets or sets the model indexes of the rows being dragged.
public System.Collections.Generic.IEnumerable<Avalonia.Controls.IndexPath> Indexes { get; set; }
Source Property
Gets the Avalonia.Controls.ITreeDataGridSource that rows are being dragged from.
public Avalonia.Controls.ITreeDataGridSource Source { get; set; }
Fields
| Name | Description |
|---|---|
| DataFormat | Defines the data format in an Avalonia.Input.IDataObject. |
DataFormat Field
Defines the data format in an Avalonia.Input.IDataObject.
public string DataFormat