Helper class for drag and drop operations.
Inheritance Hierarchy
Spotfire.Dxp.Forms.ComponentsDragDropHelper
Namespace: Spotfire.Dxp.Forms.Components
Assembly: Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 69.0.21424.2902 (69.0.21424.2902)
Syntax
C#
public static class DragDropHelper
The DragDropHelper type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ContainsDataColumns |
Indicates whether the data object contains one or more DataColumn objects.
| |
| ContainsDataMarkings |
Indicates whether the data object contains one or more DataMarkingSelection objects.
| |
| ContainsDataTables |
Indicates whether the data object contains one or more DataTable objects.
| |
| ContainsExpressions |
Indicates whether the data object contains one or more expressions.
| |
| DispatchDragDrop |
Method used to route DragOver events up in the view hierarchy.
| |
| DispatchDragLeave |
Method used to route DragLeave events up in the view hierarchy.
| |
| DispatchDragOver |
Method used to route DragOver events up in the view hierarchy.
| |
| DoDragDropWithImage |
Performs drag and drop while displaying a provided image that is moved with the cursor.
| |
| GetDataColumns |
Retrieves a list of DataColumn objects from the data object.
| |
| GetDataMarkings |
Retrieves a list of DataMarkingSelection objects from the data object.
| |
| GetDataTables |
Retrieves a list of DataTable objects from the data object.
| |
| GetExpressions |
Retrieves a list of expressions from the data object.
| |
| SetDataColumn |
Adds a DataColumn object to the data object.
| |
| SetDataColumns |
Adds a collection of DataColumn objects to the data object.
| |
| SetDataMarking |
Adds a DataMarkingSelection object to the data object.
| |
| SetDataMarkings |
Adds a collection of DataMarkingSelection objects to the data object.
| |
| SetDataTable |
Adds a DataTable object to the data object
| |
| SetDataTables |
Adds a collection of DataTable objects to the data object.
| |
| SetExpression |
Adds an expression to the data object.
| |
| SetExpressions |
Adds a collection of expressions to the data object.
|
Version Information
Supported in: 14.7, 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also