| 
 | 
 | 
 | 
| 
        | DragStyle Property, SftTree Class | 
Defines how drag & drop operations are detected.
Syntax SftTree Class (Softelvdm.SftTreeNET)
| VB | Public Property DragStyle As DragStyleEnum | 
| C# | public DragStyleEnum DragStyle { get; set; } | 
| C++ | public: property DragStyleEnum DragStyle { | 
Property Value
The drag & drop detection style.
| Value | Description | |
| 0 | The control does not attempt to detect a drag operation. | |
| 1 | The control detects drag operations and the DragDetected event occurs. | 
The default value is DragStyleEnum.Detect.
Comments
The DragStyle property defines how drag & drop operations are detected.
When the start of a drag operation is detected, the DragDetected event occurs.