DragDropHelper Class

Spotfire 14.3 API Reference
Helper class for drag and drop operations.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Forms.ComponentsDragDropHelper

Namespace:  Spotfire.Dxp.Forms.Components
Assembly:  Spotfire.Dxp.Forms (in Spotfire.Dxp.Forms.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public static class DragDropHelper

The DragDropHelper type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContainsDataColumns
Indicates whether the data object contains one or more DataColumn objects.
Public methodStatic memberContainsDataMarkings
Indicates whether the data object contains one or more DataMarkingSelection objects.
Public methodStatic memberContainsDataTables
Indicates whether the data object contains one or more DataTable objects.
Public methodStatic memberContainsExpressions
Indicates whether the data object contains one or more expressions.
Public methodStatic memberDispatchDragDrop
Method used to route DragOver events up in the view hierarchy.
Public methodStatic memberDispatchDragLeave
Method used to route DragLeave events up in the view hierarchy.
Public methodStatic memberDispatchDragOver
Method used to route DragOver events up in the view hierarchy.
Public methodStatic memberDoDragDropWithImage
Performs drag and drop while displaying a provided image that is moved with the cursor.
Public methodStatic memberGetDataColumns
Retrieves a list of DataColumn objects from the data object.
Public methodStatic memberGetDataMarkings
Retrieves a list of DataMarkingSelection objects from the data object.
Public methodStatic memberGetDataTables
Retrieves a list of DataTable objects from the data object.
Public methodStatic memberGetExpressions
Retrieves a list of expressions from the data object.
Public methodStatic memberSetDataColumn
Adds a DataColumn object to the data object.
Public methodStatic memberSetDataColumns
Adds a collection of DataColumn objects to the data object.
Public methodStatic memberSetDataMarking
Adds a DataMarkingSelection object to the data object.
Public methodStatic memberSetDataMarkings
Adds a collection of DataMarkingSelection objects to the data object.
Public methodStatic memberSetDataTable
Adds a DataTable object to the data object
Public methodStatic memberSetDataTables
Adds a collection of DataTable objects to the data object.
Public methodStatic memberSetExpression
Adds an expression to the data object.
Public methodStatic memberSetExpressions
Adds a collection of expressions to the data object.
Top
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference