Language Reference Guide : 4. System Classes : TreeNode Class : IsDragNode Attribute
 
Share this page                  
IsDragNode Attribute
Data Type: integer
4GL Access: RW
If the IsDragNode attribute is set to TRUE, and IsDragSource is set to TRUE for the TreeviewField containing this node, then the node can be dragged from and the cursor will indicate this. If IsDragNode is set to FALSE, this will prohibit the node from being dragged from even if IsDragSource is set to TRUE for the Treeviewfield. The cursor will reflect that this is not a valid drag operation.
Note:  If the drag-and-drop operation begins on the node it will be the TriggerNode in a DragDrop event code block.
IsDragNode being TRUE is the default value for nodes when IsDragSource is set to TRUE for the Treeviewfield.