DragDropHintData Properties
Contains information about a drag-and-drop hint.Name | Description |
---|---|
DropPosition | Gets or sets a drop position that specifies how a record is placed after it has been dropped. |
Effects | Gets or sets the target drag-and-drop operation. |
Owner | Gets or sets a DataViewBase that is an owner of the drag-and-drop operation. |
Records | Gets or sets dragged records. |
ShowTargetInfoInDragDropHint | Gets whether the drag-and-drop hint shows additional information about a drop target. |
TargetRecord | Gets or sets a record that is a drop target. |
See Also